Changeset 12760


Ignore:
Timestamp:
07/26/12 15:39:41 (13 years ago)
Author:
Mathieu Morlighem
Message:

removed GetPointer not used anymore

Location:
issm/trunk-jpl/src/c/objects/Params
Files:
4 edited

Legend:

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

    r12520 r12760  
    135135}
    136136/*}}}*/
    137                
    138 /*diverse: */
    139 /*FUNCTION DoubleMatParam::GetPointer{{{*/
    140 IssmDouble* DoubleMatParam::GetPointer(void){
    141         return this->value;
    142 }
    143 /*}}}*/
  • issm/trunk-jpl/src/c/objects/Params/DoubleMatParam.h

    r12744 r12760  
    7373                void  SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error2_("Param "<< EnumToStringx(enum_type) << " cannot hold an array of matrices");}
    7474                void  UnitConversion(int direction_enum);
    75                 IssmDouble* GetPointer(void);
    7675
    7776                void GetParameterName(char**pname);
  • issm/trunk-jpl/src/c/objects/Params/TransientParam.cpp

    r12744 r12760  
    150150}
    151151/*}}}*/
    152                
    153 /*diverse: */
    154 /*FUNCTION TransientParam::GetPointer{{{*/
    155 IssmDouble* TransientParam::GetPointer(void){
    156         return this->values;
    157 }
    158 /*}}}*/
  • issm/trunk-jpl/src/c/objects/Params/TransientParam.h

    r12747 r12760  
    7373                void  SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error2_("Parameter " <<EnumToStringx(enum_type) << " cannot hold an array of matrices");}
    7474                void  UnitConversion(int direction_enum);
    75                 IssmDouble* GetPointer(void);
    7675
    7776                void GetParameterName(char**pname);
Note: See TracChangeset for help on using the changeset viewer.