Ignore:
Timestamp:
07/01/13 14:16:46 (12 years ago)
Author:
schlegel
Message:

CHG: save z and thermal params so dakota will work with thermal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Materials/Materials.cpp

    r15012 r15375  
    4747}
    4848/*}}}*/
     49/*FUNCTION Materials::InputDuplicate{{{*/
     50void Materials::InputDuplicate(int input_enum,int output_enum){
     51
     52        for(int i=0;i<this->Size();i++){
     53                Material* material=(Material*)this->GetObjectByOffset(i);
     54                material->InputDuplicate(input_enum,output_enum);
     55        }
     56}
Note: See TracChangeset for help on using the changeset viewer.