Changeset 25614
- Timestamp:
- 09/29/20 16:13:39 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2020/src/m/classes/qmustatistics.m
r25603 r25614 57 57 error('qmustatistics consistency check: number of cluster cpus should be > to number of output directories'); 58 58 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 59 62 for i=1:length(self.method), 60 63 m=self.method(i); … … 105 108 else 106 109 WriteData(fid,prefix,'name','md.qmu.statistics','data',1,'format','Boolean'); 110 statistics=1; 107 111 end 108 112
Note:
See TracChangeset
for help on using the changeset viewer.