Changeset 25259


Ignore:
Timestamp:
07/10/20 18:36:57 (5 years ago)
Author:
Eric.Larour
Message:

CHG: some specialty code for test 218.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp

    r25258 r25259  
    141141
    142142                       
    143                         int inputscaling=0;
     143                        int inputscaling=1;
    144144                        if(!inputscaling){
    145145                                /*Scale variable outside of the inputs:{{{*/
     
    330330        transientinput2->Configure(femmodel->parameters);
    331331}       //}}}
    332 void InputScaleFromDakotax(FemModel* femmodel,IssmDouble* distributed_values,IssmDouble* partition, int npart, int nt, int name){ /*{{{*/
     332void  InputScaleFromDakotax(FemModel* femmodel,IssmDouble* distributed_values,IssmDouble* partition, int npart, int nt, int name){ /*{{{*/
    333333
    334334        /*Copy input:*/
     
    345345        femmodel->inputs2->ChangeEnum(DummyEnum,name);
    346346
     347        /*Some specialty code:*/
     348        switch(name){
     349                case MaterialsRheologyBEnum:
     350                        femmodel->inputs2->DuplicateInput(name,MaterialsRheologyBbarEnum);
     351                        break;
     352        }
     353
    347354
    348355} /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.