Changeset 23583
- Timestamp:
- 12/30/18 19:41:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/modules/SpcNodesx/SpcNodesx.cpp ΒΆ
r14999 r23583 14 14 Constraint* constraint=(Constraint*)constraints->GetObjectByOffset(i); 15 15 16 /*Check this constraint belongs to this analysis: */ 17 if(constraint->InAnalysis(analysis_type)){ 18 19 /*Ok, apply constraint onto corresponding node: */ 20 constraint->ConstrainNode(nodes,parameters); 21 } 16 _assert_(constraint->InAnalysis(analysis_type)); 17 constraint->ConstrainNode(nodes,parameters); 22 18 } 23 24 19 }
Note:
See TracChangeset
for help on using the changeset viewer.