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
RevLine 
[6736]1function results=parseresultsfromdisk(filename,iosplit)
[1]2%PARSERESULTSFROMDISK - ...
3%
4% Usage:
[6736]5% results=parseresultsfromdisk(filename,iosplit)
[1]6
7
8
[6736]9if iosplit,
10 results=parseresultsfromdiskiosplit(filename);
11else
12 results=parseresultsfromdiskioserial(filename);
[1]13end
[1591]14
[4319]15%process patch if necessary
[4439]16results=MatlabProcessPatch(results);
Note: See TracBrowser for help on using the repository browser.