We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14df57e commit 0ed69feCopy full SHA for 0ed69fe
src/LaMEMLib.cpp
@@ -60,7 +60,7 @@ PetscErrorCode LaMEMLibMain(void *param,PetscLogStage stages[4])
60
PetscPrintf(PETSC_COMM_WORLD,"-------------------------------------------------------------------------- \n");
61
PetscPrintf(PETSC_COMM_WORLD," Lithosphere and Mantle Evolution Model \n");
62
PetscPrintf(PETSC_COMM_WORLD," Compiled: Date: %s - Time: %s \n",__DATE__,__TIME__ );
63
- PetscPrintf(PETSC_COMM_WORLD," Version : 2.1.3 \n");
+ PetscPrintf(PETSC_COMM_WORLD," Version : 2.1.4 \n");
64
65
PetscPrintf(PETSC_COMM_WORLD," STAGGERED-GRID FINITE DIFFERENCE CANONICAL IMPLEMENTATION \n");
66
0 commit comments