Changeset 24106
- Timestamp:
- 07/27/19 02:50:57 (6 years ago)
- Location:
- issm/trunk-jpl/src/c/classes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Constraints/SpcStatic.cpp
r23588 r24106 114 114 if(name != BalancethicknessSpcthicknessEnum) return; 115 115 116 /*Chase through nodes and find the node to which this SpcStatic appl ys: */116 /*Chase through nodes and find the node to which this SpcStatic applies: */ 117 117 Node* node=(Node*)nodes->GetObjectById(NULL,nodeid); 118 118 -
issm/trunk-jpl/src/c/classes/Inputs/Inputs.cpp
r23854 r24106 242 242 243 243 /*Go through inputs and call Spawn function*/ 244 for (object=objects.begin() ; object < objects.end(); object++ ){244 for(object=objects.begin() ; object < objects.end(); object++ ){ 245 245 246 246 /*Create new input*/ -
issm/trunk-jpl/src/c/classes/Inputs/Inputs.h
r22519 r24106 39 39 Inputs* SpawnSegInputs(int index1,int index2); 40 40 Inputs* SpawnSegInputs(int position); 41 Inputs* SpawnTriaInputs(int position);//TO BE REMOVED (replaced by the other one)42 41 Inputs* SpawnTriaInputs(int index1,int index2,int index3); 43 42
Note:
See TracChangeset
for help on using the changeset viewer.