Changeset 19721 for issm/trunk-jpl/src/m/classes/mesh2d.js
- Timestamp:
- 11/16/15 15:54:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/mesh2d.js
r19719 r19721 44 44 fielddisplay(this,"epsg","EPSG code (ex: 3413 for UPS Greenland, 3031 for UPS Antarctica)"); 45 45 } //}}} 46 this.domaintype=function (){ // {{{ 47 return '2Dhorizontal'; 48 } // }}} 49 this.dimension = function () { //{{{ 50 return 2; 51 } //}}} 52 this.elementtype = function() {//{{{ 53 return 'Tria'; 54 } // }}} 46 55 //properties 47 56 // {{{
Note:
See TracChangeset
for help on using the changeset viewer.