Changeset 3886
- Timestamp:
- 05/21/10 13:48:49 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/Prognostic2/CreateElementsNodesAndMaterialsPrognostic2.cpp
r3784 r3886 124 124 125 125 /*Add node to nodes dataset: */ 126 nodes->AddObject(new Node( i+1,vertex_index,node_index,iomodel));126 nodes->AddObject(new Node(node_index+1,vertex_index,node_index,iomodel)); 127 127 128 128 } -
issm/trunk/src/c/objects/Loads/Numericalflux.cpp
r3884 r3886 63 63 int num_nodes; 64 64 int num_elems; 65 bool isinternal;66 65 67 66 /*numericalflux constructor data: */ … … 148 147 } 149 148 /*}}}*/ 150 151 149 /*FUNCTION Numericalflux::~Numericalflux(){{{1*/ 152 150 Numericalflux::~Numericalflux(){
Note:
See TracChangeset
for help on using the changeset viewer.