source:
issm/oecreview/Archive/24684-25833/ISSM-25083-25084.diff
Last change on this file was 25834, checked in by , 4 years ago | |
---|---|
File size: 1.2 KB |
-
../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
31 31 char *descriptor = NULL; 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); 36 38 femmodel->parameters->FindParam(&variable_partitions_npart,NULL,NULL,QmuVariablePartitionsNpartEnum); … … 44 46 for(i=0;i<numdakotavariables;i++){ //these are the dakota variables, for all partitions. 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: */ 49 53 if (strncmp(descriptor,"scaled_",7)==0){
Note:
See TracBrowser
for help on using the repository browser.