Changeset 4399


Ignore:
Timestamp:
07/06/10 08:02:06 (15 years ago)
Author:
Mathieu Morlighem
Message:

solution type is the first argument of issm.exe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/c/issm.cpp ΒΆ

    r4397 r4399  
    4444        MPI_Comm_size(MPI_COMM_WORLD,&num_procs);
    4545
    46         _printf_("recover , input file name and output file name:\n");
    47         solution_type=StringAsEnum(argv[3]);
     46        _printf_("recover input and output file names:\n");
     47        solution_type=StringAsEnum(argv[1]);
    4848        inputfilename=argv[3];
    4949        outputfilename=argv[4];
Note: See TracChangeset for help on using the changeset viewer.