Changeset 24089 for issm/trunk-jpl/src/c/classes/Loads/Neumannflux.cpp
- Timestamp:
- 07/15/19 04:40:13 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Loads/Neumannflux.cpp
r23970 r24089 364 364 365 365 /*Check wether it is an inflow or outflow BC (0 is the middle of the segment)*/ 366 int index1=tria->Get NodeIndex(nodes[0]);367 int index2=tria->Get NodeIndex(nodes[1]);366 int index1=tria->GetVertexIndex(vertices[0]); 367 int index2=tria->GetVertexIndex(vertices[1]); 368 368 369 369 /* Start looping on the number of gaussian points: */ … … 408 408 409 409 /*Check wether it is an inflow or outflow BC (0 is the middle of the segment)*/ 410 int index1=tria->Get NodeIndex(nodes[0]);411 int index2=tria->Get NodeIndex(nodes[1]);410 int index1=tria->GetVertexIndex(vertices[0]); 411 int index2=tria->GetVertexIndex(vertices[1]); 412 412 413 413 /* Start looping on the number of gaussian points: */
Note:
See TracChangeset
for help on using the changeset viewer.