Changeset 13306
- Timestamp:
- 09/08/12 13:52:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/ProcessArguments.cpp
r13277 r13306 19 19 char *rootpatharg = NULL; 20 20 21 *solution_type=StringToEnumx(argv[1]); 21 22 if(argc<2)_error_("Usage error: no solution requested"); 22 *solution_type=StringToEnumx(argv[1]);23 if(argc< 3)_error_("Usage error: missing model name");23 if(argc<3)_error_("Usage error: missing execution directory"); 24 if(argc<4)_error_("Usage error: missing model name"); 24 25 25 26 rootpatharg=argv[2];
Note:
See TracChangeset
for help on using the changeset viewer.