source:
issm/branches/trunk-jpl-damage/src/py/classes/model.py@
11427
| Last change on this file since 11427 was 10148, checked in by , 14 years ago | |
|---|---|
| File size: 178 bytes | |
| Line | |
|---|---|
| 1 | from mesh import * |
| 2 | |
| 3 | class model: |
| 4 | """Python model class""" |
| 5 | mesh=mesh() |
| 6 | def __init__(self): |
| 7 | print 'new model created' |
| 8 | def __repr__(self): |
| 9 | return " mesh: mesh properties" |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)