Changeset 16101
- Timestamp:
- 09/06/13 14:12:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Node.cpp
r16025 r16101 55 55 _assert_(iomodel->Data(StressbalanceReferentialEnum)); 56 56 XZvectorsToCoordinateSystem(&this->coord_system[0][0],&iomodel->Data(StressbalanceReferentialEnum)[io_index*6]); 57 _assert_(sqrt( coord_system[0][0]*coord_system[0][0] + coord_system[1][0]*coord_system[1][0]) >1.e-4); 57 58 58 59 if(iomodel->dim==3){
Note:
See TracChangeset
for help on using the changeset viewer.