Changeset 22362
- Timestamp:
- 01/18/18 09:25:28 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp
r22077 r22362 628 628 } 629 629 630 /*Update counter now since we have added some constraints*/ 631 iomodel->constraintcounter = constraints->NumberOfConstraints(); 632 630 633 /*Free ressources:*/ 631 634 xDelete<IssmDouble>(times); … … 771 774 } 772 775 776 /*Update counter now since we have added some constraints*/ 777 iomodel->constraintcounter = constraints->NumberOfConstraints(); 778 773 779 /*Free ressources:*/ 774 780 xDelete<IssmDouble>(times);
Note:
See TracChangeset
for help on using the changeset viewer.