Ignore:
Timestamp:
04/22/13 09:38:21 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moved NoneAnalysisEnum to DefaultAnalysisEnum for toolkits, and renamed all TypeEnums

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/objects/Loads/Numericalflux.cpp

    r13925 r14688  
    131131        //intialize  and add as many inputs per element as requested:
    132132        this->inputs=new Inputs();
    133         this->inputs->AddInput(new IntInput(TypeEnum,numericalflux_type));
     133        this->inputs->AddInput(new IntInput(NumericalfluxTypeEnum,numericalflux_type));
    134134
    135135        //this->parameters: we still can't point to it, it may not even exist. Configure will handle this.
     
    309309
    310310        int type;
    311         inputs->GetInputValue(&type,TypeEnum);
     311        inputs->GetInputValue(&type,NumericalfluxTypeEnum);
    312312        _assert_(sidlist);
    313313        _assert_(nodes);
     
    329329
    330330        int type;
    331         inputs->GetInputValue(&type,TypeEnum);
     331        inputs->GetInputValue(&type,NumericalfluxTypeEnum);
    332332
    333333        switch(type){
     
    426426
    427427        int type;
    428         inputs->GetInputValue(&type,TypeEnum);
     428        inputs->GetInputValue(&type,NumericalfluxTypeEnum);
    429429
    430430        switch(type){
     
    579579
    580580        int type;
    581         inputs->GetInputValue(&type,TypeEnum);
     581        inputs->GetInputValue(&type,NumericalfluxTypeEnum);
    582582
    583583        switch(type){
     
    730730
    731731        int type;
    732         inputs->GetInputValue(&type,TypeEnum);
     732        inputs->GetInputValue(&type,NumericalfluxTypeEnum);
    733733
    734734        switch(type){
     
    762762
    763763        int type;
    764         inputs->GetInputValue(&type,TypeEnum);
     764        inputs->GetInputValue(&type,NumericalfluxTypeEnum);
    765765
    766766        switch(type){
     
    856856
    857857        int type;
    858         inputs->GetInputValue(&type,TypeEnum);
     858        inputs->GetInputValue(&type,NumericalfluxTypeEnum);
    859859
    860860        switch(type){
Note: See TracChangeset for help on using the changeset viewer.