Changeset 6152


Ignore:
Timestamp:
10/04/10 14:46:44 (14 years ago)
Author:
ala
Message:

typo

Location:
issm/trunk/src/m/classes/clusters
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/clusters/astrid.m

    r6097 r6152  
    5151                 function IsConsistent(cluster) % {{{1
    5252                         if cluster.np>16,
    53                                  error('IsConsistent error message: number of processors should be lest than 16!');
     53                                 error('IsConsistent error message: number of processors should be less than 16!');
    5454                         end
    5555                         if isnan(cluster.np),
  • issm/trunk/src/m/classes/clusters/ericmac.m

    r6043 r6152  
    5050                 function IsConsistent(cluster) % {{{1
    5151                         if cluster.np>4,
    52                                  error('IsConsistent error message: number of processors should be lest than 16!');
     52                                 error('IsConsistent error message: number of processors should be less than 4!');
    5353                         end
    5454                         if isnan(cluster.np),
  • issm/trunk/src/m/classes/clusters/larsen.m

    r6097 r6152  
    5050                 function IsConsistent(cluster) % {{{1
    5151                         if cluster.np>8,
    52                                  error('IsConsistent error message: number of processors should be lest than 16!');
     52                                 error('IsConsistent error message: number of processors should be less than 8!');
    5353                         end
    5454                         if isnan(cluster.np),
  • issm/trunk/src/m/classes/clusters/wilkes.m

    r6097 r6152  
    4949                 %}}}
    5050                 function IsConsistent(cluster) % {{{1
    51                          if cluster.np>8,
    52                                  error('IsConsistent error message: number of processors should be lest than 16!');
     51                         if cluster.np>16,
     52                                 error('IsConsistent error message: number of processors should be less than 16!');
    5353                         end
    5454                         if isnan(cluster.np),
Note: See TracChangeset for help on using the changeset viewer.