Changeset 14791
- Timestamp:
- 04/29/13 15:34:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/CreateNodalConstraintsx/CreateNodalConstraintsx.cpp
r13941 r14791 16 16 /*output: */ 17 17 Vector<IssmDouble>* ys=NULL; 18 int ssize; 19 int slocalsize; 20 21 if(VerboseModule()) _pprintLine_(" Create nodal constraints"); 18 22 19 23 /*figure out how many dofs we have: */ 20 int ssize=nodes->NumberOfDofs(configuration_type,SsetEnum); 21 int slocalsize = nodes->NumberOfDofsLocal(configuration_type,SsetEnum); 24 ssize=nodes->NumberOfDofs(configuration_type,SsetEnum); 25 slocalsize = nodes->NumberOfDofsLocal(configuration_type,SsetEnum); 26 22 27 23 28 /*allocate:*/
Note:
See TracChangeset
for help on using the changeset viewer.