Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbai90 committed Apr 1, 2020
1 parent 5db2d04 commit 6dcbeeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ int main(int args,char *argv[]){
ierr=PetscInitialize(&args,&argv,NULL,NULL);if (ierr) return ierr;

const PetscInt Year=2020;
const PetscInt Month=2;
const PetscInt Day=14;
const PetscReal Version=0.5;
const PetscInt Month=3;
const PetscInt Day=25;
const PetscReal Version=0.2;

Welcome(Year,Month,Day,Version);

Expand All @@ -32,4 +32,4 @@ int main(int args,char *argv[]){

ierr=PetscFinalize();CHKERRQ(ierr);
return ierr;
}
}

0 comments on commit 6dcbeeb

Please sign in to comment.