Last change
on this file since 12030 was 12030, checked in by Mathieu Morlighem, 13 years ago |
added error message for md.cluster=none. Oshostname is now default for generic
|
File size:
383 bytes
|
Rev | Line | |
---|
[5954] | 1 | %NONE class definition
|
---|
| 2 | %
|
---|
| 3 | % Usage:
|
---|
[5985] | 4 | % cluster=none();
|
---|
| 5 | % cluster=none('np',3);
|
---|
| 6 | % cluster=none('np',3,'login','username');
|
---|
| 7 |
|
---|
[5954] | 8 | classdef none
|
---|
| 9 | properties (SetAccess=public)
|
---|
| 10 | name='none'
|
---|
| 11 | end
|
---|
| 12 | methods
|
---|
[5980] | 13 | function cluster=none(varargin) % {{{1
|
---|
[12030] | 14 | error('Cannot assign md.cluster to ''none'': ISSM is not available in serial model anymore');
|
---|
[5980] | 15 | end
|
---|
| 16 | %}}}
|
---|
[5954] | 17 | end
|
---|
| 18 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.