Changeset 15199
- Timestamp:
- 06/06/13 11:46:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r15130 r15199 1 /*!\file FemModel.c 1 /*!\file FemModel.cpp 2 2 * \brief: implementation of the FemModel object 3 3 */ … … 213 213 214 214 if(i==0){ 215 if(VerboseMProcessor()) _printf0_(" creating vertex degrees of freedom\n");215 if(VerboseMProcessor()) _printf0_(" creating vertex PIDs\n"); 216 216 VerticesDofx(vertices,parameters); //only call once, we only have one set of vertices 217 217 }
Note:
See TracChangeset
for help on using the changeset viewer.