- Timestamp:
- 08/19/10 11:45:33 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/PenaltyConstraintsx/MeltingIsPresent.cpp
r4458 r5420 11 11 #include "./PenaltyConstraintsLocal.h" 12 12 13 int MeltingIsPresent(Loads* loads,int analysis_type){13 int MeltingIsPresent(Loads* loads,int configuration_type){ 14 14 15 15 int i; … … 20 20 Object* object=(Object*)loads->GetObjectByOffset(i); 21 21 Load* load=(Load*)object; 22 if(load->InAnalysis( analysis_type)){22 if(load->InAnalysis(configuration_type)){ 23 23 if (object->Enum()==PengridEnum){ 24 24 found=1;
Note:
See TracChangeset
for help on using the changeset viewer.