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/Container/Parameters.h

    r8600 r9356  
    5454                void  SetParam(Mat mat,int enum_type);
    5555                void  SetParam(FILE* fid,int enum_type);
     56                void  UnitConversion(int direction_enum);
    5657
    5758                Object* FindParamObject(int enum_type);
Note: See TracChangeset for help on using the changeset viewer.