]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Updated cpp test
authormichael <michael@localhost.localdomain>
Wed, 24 Nov 2021 15:01:16 +0000 (16:01 +0100)
committermichael <michael@localhost.localdomain>
Wed, 24 Nov 2021 15:01:16 +0000 (16:01 +0100)
CoreFlows/examples/C/SinglePhase_2DSphericalExplosion_unstructured.cxx

index 5fe2803f94feed780d83b8d2ada736d33f6e4961..3a015604ed51127b9cc9fbf3e92bf68400c1e2d0 100755 (executable)
@@ -44,7 +44,7 @@ int main(int argc, char** argv)
 
        //Initial field creation
        cout << "Loading unstructured mesh and initial data for test SinglePhase_2DSphericalExplosion_unstructured()" << endl;
-       myProblem.setInitialField(inputfile,fieldName,0);
+       myProblem.setInitialField(inputfile,fieldName,0,0,0,CELLS);
 
        //set the boundary conditions
        double wallVelocityX=0;