Ignore:
Timestamp:
05/28/13 14:15:24 (12 years ago)
Author:
Mathieu Morlighem
Message:

DEL: removed ProcessUnits from core, moved everything to m/py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Params/DoubleParam.h

    r15012 r15128  
    6969                void  SetValue(FILE* fid){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold a FILE");}
    7070                void  SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an array of matrices");}
    71                 void  UnitConversion(int direction_enum);
    7271
    7372                void GetParameterName(char**pname);
Note: See TracChangeset for help on using the changeset viewer.