From: michael Date: Wed, 24 Nov 2021 15:01:16 +0000 (+0100) Subject: Updated cpp test X-Git-Tag: V9_8_0~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c46a6fe291f7e75b54b1f8af9f85bbd100355ec8;p=tools%2Fsolverlab.git Updated cpp test --- diff --git a/CoreFlows/examples/C/SinglePhase_2DSphericalExplosion_unstructured.cxx b/CoreFlows/examples/C/SinglePhase_2DSphericalExplosion_unstructured.cxx index 5fe2803..3a01560 100755 --- a/CoreFlows/examples/C/SinglePhase_2DSphericalExplosion_unstructured.cxx +++ b/CoreFlows/examples/C/SinglePhase_2DSphericalExplosion_unstructured.cxx @@ -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;