Ignore:
Timestamp:
06/04/12 16:40:38 (13 years ago)
Author:
Mathieu Morlighem
Message:

Do not number folds (folding is automated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Params/MatrixParam.h

    r12014 r12365  
    88
    99/*Headers:*/
    10 /*{{{1*/
     10/*{{{*/
    1111#ifdef HAVE_CONFIG_H
    1212        #include <config.h>
     
    2828
    2929        public:
    30                 /*MatrixParam constructors, destructors: {{{1*/
     30                /*MatrixParam constructors, destructors: {{{*/
    3131                MatrixParam();
    3232                MatrixParam(int enum_type,Matrix* value);
    3333                ~MatrixParam();
    3434                /*}}}*/
    35                 /*Object virtual functions definitions:{{{1 */
     35                /*Object virtual functions definitions:{{{ */
    3636                void  Echo();
    3737                void  DeepEcho();
     
    4141                Object* copy();
    4242                /*}}}*/
    43                 /*Param vritual function definitions: {{{1*/
     43                /*Param vritual function definitions: {{{*/
    4444                int   InstanceEnum(){return enum_type;}
    4545                void  GetParameterValue(bool* pbool){_error_("Matrix param of enum %i (%s) cannot return a bool",enum_type,EnumToStringx(enum_type));}
Note: See TracChangeset for help on using the changeset viewer.