Skip to content
Snippets Groups Projects
Commit af52b941 authored by graeser's avatar graeser Committed by graeser
Browse files

Reduce size of test problems

[[Imported from SVN: r8214]]
parent c8a45efe
No related branches found
No related tags found
No related merge requests found
...@@ -194,9 +194,9 @@ int main(int argc, char** argv) try ...@@ -194,9 +194,9 @@ int main(int argc, char** argv) try
bool passed(true); bool passed(true);
int refine1d = 16; int refine1d = 10;
int refine2d = 8; int refine2d = 5;
int refine3d = 5; int refine3d = 3;
if (argc>1) if (argc>1)
std::istringstream(argv[1]) >> refine1d; std::istringstream(argv[1]) >> refine1d;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment