Ignore:
Timestamp:
05/16/23 05:47:13 (22 months ago)
Author:
Mathieu Morlighem
Message:

NEW: added transient control inputs. fully validated

File:
1 edited

Legend:

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

    r27696 r27756  
    7474                void  SetValue(FILE* fid){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold a FILE");}
    7575                void  SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an array of matrices");}
    76                 void  SetGradient(IssmDouble* poutput, int M){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an IssmDouble");};
     76                void  SetGradient(IssmDouble* poutput, int M, int N){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an IssmDouble");};
    7777                /*}}}*/
    7878};
Note: See TracChangeset for help on using the changeset viewer.