Changeset 20697
- Timestamp:
- 06/03/16 14:26:49 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ModelProcessorx/Dakota/CreateParametersDakota.cpp
r20696 r20697 84 84 /*Deal with data needed because of qmu variables*/ 85 85 for(i=0;i<numvariabledescriptors;i++){ 86 printf("-------------- file: CreateParametersDakota.cpp line: %i\n",__LINE__);87 86 if (strncmp(variabledescriptors[i],"scaled_",7)==0){ 88 87 /*Ok, we are dealing with a variable that is distributed over nodes. Recover the name of the variable (ex: scaled_Thickness): */ 89 88 sscanf(variabledescriptors[i],"scaled_%s",tag); 90 printf("STRING: %s\n",tag);91 89 92 90 /*Convert tag to field name*/
Note:
See TracChangeset
for help on using the changeset viewer.