source:
issm/trunk/src/m/model/parseresultsfromdisk.m@
6749
Last change on this file since 6749 was 6749, checked in by , 14 years ago | |
---|---|
File size: 338 bytes |
Line | |
---|---|
1 | function results=parseresultsfromdisk(filename,iosplit) |
2 | %PARSERESULTSFROMDISK - ... |
3 | % |
4 | % Usage: |
5 | % results=parseresultsfromdisk(filename,iosplit) |
6 | |
7 | |
8 | |
9 | if iosplit, |
10 | results=parseresultsfromdiskiosplit(filename); |
11 | else |
12 | results=parseresultsfromdiskioserial(filename); |
13 | end |
14 | |
15 | %process patch if necessary |
16 | results=MatlabProcessPatch(results); |
Note:
See TracBrowser
for help on using the repository browser.