Changeset 19818
- Timestamp:
- 11/25/15 16:26:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/mesh2d.js
r19791 r19818 6 6 function mesh2d () { 7 7 //methods 8 this.setdefaultparameters = function () //{{{8 this.setdefaultparameters = function (){ //{{{ 9 9 10 10 //the connectivity is the averaged number of nodes linked to a … … 120 120 this.setdefaultparameters(); 121 121 //}}} 122 123 122 }
Note:
See TracChangeset
for help on using the changeset viewer.