source:
issm/trunk-jpl/src/m/classes/clusters/none.m@
12351
| Last change on this file since 12351 was 12351, checked in by , 13 years ago | |
|---|---|
| File size: 382 bytes | |
| Line | |
|---|---|
| 1 | %NONE class definition |
| 2 | % |
| 3 | % Usage: |
| 4 | % cluster=none(); |
| 5 | % cluster=none('np',3); |
| 6 | % cluster=none('np',3,'login','username'); |
| 7 | |
| 8 | classdef none |
| 9 | properties (SetAccess=public) |
| 10 | name='none' |
| 11 | end |
| 12 | methods |
| 13 | function cluster=none(varargin) % {{{ |
| 14 | error('Cannot assign md.cluster to ''none'': ISSM is not available in serial model anymore'); |
| 15 | end |
| 16 | %}}} |
| 17 | end |
| 18 | end |
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)