Changeset 3570 for issm/trunk/src/c/objects/ParameterInputs.cpp
- Timestamp:
- 04/19/10 16:26:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/ParameterInputs.cpp
r3389 r3570 354 354 /*Now, pick up the parameter corresponding to root: */ 355 355 found=parameters->FindParam(¶meter,NULL,NULL,root); 356 if(!found)ISSMERROR( exprintf("%s%s%s"," could not find parameter ",root," for Dakota input update"));356 if(!found)ISSMERROR("%s%s%s"," could not find parameter ",root," for Dakota input update"); 357 357 358 358 /*We've got the parameter, we need to update it using qmu_part (a partitioning vector), and the distributed_values: */
Note:
See TracChangeset
for help on using the changeset viewer.