source: issm/trunk/src/m/model/parseresultsfromdisk.m@ 6749

Last change on this file since 6749 was 6749, checked in by Eric.Larour, 14 years ago

stupid bug

File size: 338 bytes
Line 
1function results=parseresultsfromdisk(filename,iosplit)
2%PARSERESULTSFROMDISK - ...
3%
4% Usage:
5% results=parseresultsfromdisk(filename,iosplit)
6
7
8
9if iosplit,
10 results=parseresultsfromdiskiosplit(filename);
11else
12 results=parseresultsfromdiskioserial(filename);
13end
14
15%process patch if necessary
16results=MatlabProcessPatch(results);
Note: See TracBrowser for help on using the repository browser.