Ignore:
Timestamp:
09/23/13 11:01:34 (11 years ago)
Author:
Mathieu Morlighem
Message:

DEL: removed legacy code

File:
1 edited

Legend:

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

    r15128 r16233  
    7070                void  SetValue(FILE* fid){_error_("Parameter " <<EnumToStringx(enum_type) << " cannot hold a FILE");}
    7171                void  SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error_("Parameter " <<EnumToStringx(enum_type) << " cannot hold an array of matrices");}
    72 
    73                 void GetParameterName(char**pname);
    74 
    7572                /*}}}*/
    7673};
Note: See TracChangeset for help on using the changeset viewer.