Changeset 25084
- Timestamp:
- 06/19/20 22:21:22 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
r25019 r25084 32 32 char root[50]; //root name of variable, ex: DragCoefficent, RhoIce, etc ... 33 33 34 if (VerboseQmu())_printf0_("dakota variables updates\n"); 35 34 36 /*retrieve parameters: */ 35 37 femmodel->parameters->FindParam(&variable_partitions,&variable_partitions_num,NULL,NULL,QmuVariablePartitionsEnum); … … 45 47 46 48 descriptor=variables_descriptors[i]; 49 50 if (VerboseQmu())_printf0_(" updating variable " << descriptor << "\n"); 47 51 48 52 /*From descriptor, figure out if the variable is scaled, indexed, nodal, or just a simple variable: */
Note:
See TracChangeset
for help on using the changeset viewer.