Ignore:
Timestamp:
05/11/10 11:10:29 (15 years ago)
Author:
Eric.Larour
Message:

Serial compiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Params/BoolParam.h

    r3713 r3715  
    99/*Headers:*/
    1010/*{{{1*/
     11
     12#ifdef HAVE_CONFIG_H
     13        #include "config.h"
     14#else
     15#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     16#endif
     17
     18#ifdef _SERIAL_
     19#include <mex.h>
     20#endif
     21
     22
    1123#include "./Param.h"
    1224#include "../../include/types.h"
     
    5567                void  GetParameterValue(Mat* pmat){ISSMERROR("Bool param cannot return a Mat");}
    5668                char* GetParameterName(void);
     69                void  Process(double* partition,int numberofvertices);
     70                #ifdef _SERIAL_
    5771                void  SetMatlabField(mxArray* dataref);
    58                 void  Process(double* partition,int numberofvertices);
     72                #endif
    5973                /*}}}*/
    6074};
Note: See TracChangeset for help on using the changeset viewer.