Changeset 27091


Ignore:
Timestamp:
06/22/22 15:47:23 (3 years ago)
Author:
Eric.Larour
Message:

CHG: minor.

Location:
issm/branches/trunk-larour-SLPS2022/src/m/classes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/m/classes/dslmme.m

    r27090 r27091  
    5454                                h=self.global_average_thermosteric_sea_level{i};
    5555                                times=h(end,:);
    56                                 avgtime=mean(times)
     56                                avgtime=mean(times);
    5757                                if(avgtime<10000)
    5858                                        error('dslmme checkconsistency error messages: time tags for global_average_thermosteric_sea_level should be in seconds!');
  • issm/branches/trunk-larour-SLPS2022/src/m/classes/mmemasstransport.m

    r27090 r27091  
    5858                                h=self.thickness{i};
    5959                                times=h(end,:);
    60                                 avgtime=mean(times)
     60                                avgtime=mean(times);
    6161                                if(avgtime<10000)
    6262                                        error('mmemasstransport checkconsistency error messages: time tags for thicknesses should be in seconds!');
  • issm/branches/trunk-larour-SLPS2022/src/m/classes/mmeofflinesolidearthsolution.m

    r27090 r27091  
    5555                                h=self.displacementup{i};
    5656                                times=h(end,:);
    57                                 avgtime=mean(times)
     57                                avgtime=mean(times);
    5858                                if(avgtime<10000)
    5959                                        error('dslmme checkconsistency error messages: time tags for displacementup should be in seconds!');
     
    6464                                h=self.geoid{i};
    6565                                times=h(end,:);
    66                                 avgtime=mean(times)
     66                                avgtime=mean(times);
    6767                                if(avgtime<10000)
    6868                                        error('dslmme checkconsistency error messages: time tags for geoid should be in seconds!');
     
    7373                                h=self.displacementeast{i};
    7474                                times=h(end,:);
    75                                 avgtime=mean(times)
     75                                avgtime=mean(times);
    7676                                if(avgtime<10000)
    7777                                        error('dslmme checkconsistency error messages: time tags for displacementeast should be in seconds!');
     
    8282                                h=self.displacementnorth{i};
    8383                                times=h(end,:);
    84                                 avgtime=mean(times)
     84                                avgtime=mean(times);
    8585                                if(avgtime<10000)
    8686                                        error('dslmme checkconsistency error messages: time tags for displacementnorth should be in seconds!');
Note: See TracChangeset for help on using the changeset viewer.