Changeset 11983
- Timestamp:
- 04/13/12 14:24:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/issm.cpp
r11982 r11983 56 56 57 57 /*First process inputs*/ 58 _printf_(true,"%s version %s Starting solution sequence\n",PACKAGE_NAME,PACKAGE_VERSION); 58 _printf_(true,"\n"); 59 _printf_(true,"Ice Sheet System Model (%s) version %s\n",PACKAGE_NAME,PACKAGE_VERSION); 60 _printf_(true,"(website: %s contact: %s)\n",PACKAGE_URL,PACKAGE_BUGREPORT); 61 _printf_(true,"\n"); 59 62 ProcessArguments(&solution_type,&binfilename,&outbinfilename,&petscfilename,&lockfilename,argc,argv); 60 63
Note:
See TracChangeset
for help on using the changeset viewer.