Last change
on this file since 24307 was 24307, checked in by Mathieu Morlighem, 5 years ago |
NEW: adding Archive/23390-24306
|
File size:
854 bytes
|
Rev | Line | |
---|
[24307] | 1 | Index: ../trunk-jpl/src/c/classes/FemModel.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/classes/FemModel.cpp (revision 23482)
|
---|
| 4 | +++ ../trunk-jpl/src/c/classes/FemModel.cpp (revision 23483)
|
---|
| 5 | @@ -2512,13 +2512,14 @@
|
---|
| 6 | void FemModel::UpdateConstraintsx(void){ /*{{{*/
|
---|
| 7 |
|
---|
| 8 | IssmDouble time;
|
---|
| 9 | - int analysis_type;
|
---|
| 10 | + int analysis_type,config_type;
|
---|
| 11 |
|
---|
| 12 | /*retrieve parameters: */
|
---|
| 13 | parameters->FindParam(&analysis_type,AnalysisTypeEnum);
|
---|
| 14 | + parameters->FindParam(&config_type,ConfigurationTypeEnum);
|
---|
| 15 | parameters->FindParam(&time,TimeEnum);
|
---|
| 16 |
|
---|
| 17 | - int index=AnalysisIndex(analysis_type);
|
---|
| 18 | + int index=AnalysisIndex(config_type);
|
---|
| 19 |
|
---|
| 20 | /*start module: */
|
---|
| 21 | 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.