Skip to content
Snippets Groups Projects
Commit c211117f authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing test for invalid grid

parent c59f1011
No related branches found
No related tags found
No related merge requests found
......@@ -309,6 +309,9 @@ void Test3D_decskinit(const Box<3,float> & domain, long int k)
sz[1] = k;
sz[2] = k;
if (k <= 9)
continue;
// factor
float factor = pow(create_vcluster().getProcessingUnits()/2.0f,1.0f/3.0f);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment