Changeset 4039 for issm/trunk/src/c/objects/Inputs/IntInput.cpp
- Timestamp:
- 06/11/10 11:10:11 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/IntInput.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" … … 215 214 } 216 215 /*}}}*/ 217 /*FUNCTION IntInput::PatchSize(void);{{{1*/218 int IntInput::PatchSize(void){219 220 /*Return the number of nodal values this input holds, so that221 * results can be correctl dimensionned. See InputToResultsx222 * module for more explanations: */223 return 1;224 }225 /*}}}*/226 /*FUNCTION IntInput::PatchFill(double* patches, int max_vertices,Parameters* parameters);{{{1*/227 void IntInput::PatchFill(double* patches, int max_vertices,Parameters* parameters){228 229 ISSMERROR(" not supported yet!");230 }231 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.