Ignore:
Timestamp:
08/19/11 18:04:03 (14 years ago)
Author:
Eric.Larour
Message:

Major rewrite of the code so that IoModel now has a parameters dataset, which gets
loaded with all the int,char and double objects in the input file.
This is a lot more flexible, as anyone can add a field to the model, and it will
automatically appear in the IoModel parameters dataset.

Not debugged with respect to nightly runs yet. Trying to get the whole change finished.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Params/DoubleMatParam.cpp

    r9320 r9356  
    224224}
    225225/*}}}*/
     226/*FUNCTION DoubleMatParam::UnitConversion{{{1*/
     227void  DoubleMatParam::UnitConversion(int direction_enum){
     228        ::UnitConversion(this->value,this->M*this->N,direction_enum,this->enum_type);
     229}
     230/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.