diff --git a/src/PetscAdLemMain.cxx b/src/PetscAdLemMain.cxx index 3e15475..cb2d799 100644 --- a/src/PetscAdLemMain.cxx +++ b/src/PetscAdLemMain.cxx @@ -83,7 +83,7 @@ struct UserOptions { float relaxIcCoeff; //compressibility coefficient k for CSF region. int falxZeroVelDir; //Component of the velocity to be set to zero in the Falx sliding boundary condition. bool useTensorLambda, isMuConstant, invertFieldToWarp; - int numOfTimeSteps; + PetscInt numOfTimeSteps; std::string resultsPath; // Directory where all the results will be stored. std::string resultsFilenamesPrefix; // Prefix for all the filenames of the results to be stored in the resultsPath.