Changeset 25614


Ignore:
Timestamp:
09/29/20 16:13:39 (5 years ago)
Author:
Eric.Larour
Message:

CHG: diverse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2020/src/m/classes/qmustatistics.m

    r25603 r25614  
    5757                                error('qmustatistics consistency check: number of cluster cpus should be > to number of output directories');
    5858                        end
     59                        if (self.ndirectories*self.nfiles_per_directory)~=md.qmu.method.params.samples,
     60                                error('qmustatistics consistency check: number of directories x number of files per directory should be == to number of samples requested!');
     61                        end
    5962                        for i=1:length(self.method),
    6063                                m=self.method(i);
     
    105108                        else
    106109                                WriteData(fid,prefix,'name','md.qmu.statistics','data',1,'format','Boolean');
     110                                statistics=1;
    107111                        end
    108112
Note: See TracChangeset for help on using the changeset viewer.