Changeset 4399
- Timestamp:
- 07/06/10 08:02:06 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/issm.cpp ΒΆ
r4397 r4399 44 44 MPI_Comm_size(MPI_COMM_WORLD,&num_procs); 45 45 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]); 48 48 inputfilename=argv[3]; 49 49 outputfilename=argv[4];
Note:
See TracChangeset
for help on using the changeset viewer.