Ignore:
Timestamp:
08/19/10 11:45:33 (15 years ago)
Author:
Mathieu Morlighem
Message:

Less restrictive in Load selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/PenaltyConstraintsx/MeltingIsPresent.cpp

    r4458 r5420  
    1111#include "./PenaltyConstraintsLocal.h"
    1212
    13 int MeltingIsPresent(Loads* loads,int analysis_type){
     13int MeltingIsPresent(Loads* loads,int configuration_type){
    1414
    1515        int i;
     
    2020                Object* object=(Object*)loads->GetObjectByOffset(i);
    2121                Load* load=(Load*)object;
    22                 if(load->InAnalysis(analysis_type)){
     22                if(load->InAnalysis(configuration_type)){
    2323                        if (object->Enum()==PengridEnum){
    2424                                found=1;
Note: See TracChangeset for help on using the changeset viewer.