Changeset 4039 for issm/trunk/src/c/objects/Inputs/BoolInput.cpp
- Timestamp:
- 06/11/10 11:10:11 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/BoolInput.cpp
r4037 r4039 11 11 #include "stdio.h" 12 12 #include <string.h> 13 #include "./InputLocal.h"14 13 #include "../objects.h" 15 14 #include "../../EnumDefinitions/EnumDefinitions.h" … … 218 217 } 219 218 /*}}}*/ 220 /*FUNCTION BoolInput::PatchSize(void);{{{1*/221 int BoolInput::PatchSize(void){222 223 /*Return the number of nodal values this input holds, so that224 * results can be correctl dimensionned. See InputToResultsx225 * module for more explanations: */226 return 1;227 }228 /*}}}*/229 /*FUNCTION BoolInput::PatchFill(double* patches, int max_vertices,Parameters* parameters);{{{1*/230 void BoolInput::PatchFill(double* patches, int max_vertices,Parameters* parameters){231 232 ISSMERROR(" not supported yet!");233 }234 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.