From c46a6fe291f7e75b54b1f8af9f85bbd100355ec8 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 Nov 2021 16:01:16 +0100 Subject: [PATCH] Updated cpp test --- .../C/SinglePhase_2DSphericalExplosion_unstructured.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2