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
Branches
Tags
No related merge requests found
......@@ -194,9 +194,9 @@ int main(int argc, char** argv) try
bool passed(true);
int refine1d = 16;
int refine2d = 8;
int refine3d = 5;
int refine1d = 10;
int refine2d = 5;
int refine3d = 3;
if (argc>1)
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