source:
issm/oecreview/Archive/23390-24306/ISSM-23482-23483.diff
Last change on this file was 24307, checked in by , 5 years ago | |
---|---|
File size: 854 bytes |
-
../trunk-jpl/src/c/classes/FemModel.cpp
2512 2512 void FemModel::UpdateConstraintsx(void){ /*{{{*/ 2513 2513 2514 2514 IssmDouble time; 2515 int analysis_type ;2515 int analysis_type,config_type; 2516 2516 2517 2517 /*retrieve parameters: */ 2518 2518 parameters->FindParam(&analysis_type,AnalysisTypeEnum); 2519 parameters->FindParam(&config_type,ConfigurationTypeEnum); 2519 2520 parameters->FindParam(&time,TimeEnum); 2520 2521 2521 int index=AnalysisIndex( analysis_type);2522 int index=AnalysisIndex(config_type); 2522 2523 2523 2524 /*start module: */ 2524 2525 if(VerboseModule()) _printf0_(" Updating constraints and active domain of analysis " << EnumToStringx(analysis_type) << " for time: " << time << "\n");
Note:
See TracBrowser
for help on using the repository browser.