Changeset 11983


Ignore:
Timestamp:
04/13/12 14:24:27 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor, added package info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/issm.cpp

    r11982 r11983  
    5656
    5757        /*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");
    5962        ProcessArguments(&solution_type,&binfilename,&outbinfilename,&petscfilename,&lockfilename,argc,argv);
    6063
Note: See TracChangeset for help on using the changeset viewer.