Ignore:
Timestamp:
07/13/10 08:46:04 (15 years ago)
Author:
Mathieu Morlighem
Message:

cosmetics (fold names)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Params/DoubleParam.cpp

    r4528 r4546  
    124124
    125125/*DoubleParam virtual functions definitions: */
    126 /*FUNCTION DoubleParam::GetParameterName(void); {{{1*/
     126/*FUNCTION DoubleParam::GetParameterName{{{1*/
    127127char* DoubleParam::GetParameterName(void){
    128128        return  EnumAsString(this->enum_type);
    129129}
    130130/*}}}*/
    131 /*FUNCTION DoubleParam::GetParameterValue(int* pinteger) {{{1*/
     131/*FUNCTION DoubleParam::GetParameterValue{{{1*/
    132132void DoubleParam::GetParameterValue(int* pinteger){
    133133#ifdef _SERIAL_
     
    138138}
    139139/*}}}*/
    140 /*FUNCTION DoubleParam::GetParameterValue(bool* pbool) {{{1*/
     140/*FUNCTION DoubleParam::GetParameterValue{{{1*/
    141141void DoubleParam::GetParameterValue(bool* pbool){
    142142#ifdef _SERIAL_
     
    151151}
    152152/*}}}*/
    153 /*FUNCTION DoubleParam::SetMatlabField(mxArray* dataref);{{{1*/
     153/*FUNCTION DoubleParam::SetMatlabField{{{1*/
    154154#ifdef _SERIAL_
    155155void  DoubleParam::SetMatlabField(mxArray* dataref){
Note: See TracChangeset for help on using the changeset viewer.