Last change
on this file since 24307 was 24307, checked in by Mathieu Morlighem, 5 years ago |
NEW: adding Archive/23390-24306
|
File size:
672 bytes
|
Rev | Line | |
---|
[24307] | 1 | Index: ../trunk-jpl/src/m/qmu/postqmu.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/qmu/postqmu.m (revision 24166)
|
---|
| 4 | +++ ../trunk-jpl/src/m/qmu/postqmu.m (revision 24167)
|
---|
| 5 | @@ -13,11 +13,9 @@
|
---|
| 6 | disp(sprintf('%s',fline));
|
---|
| 7 | fline=fgetl(fide);
|
---|
| 8 | end
|
---|
| 9 | - status=fclose(fide);
|
---|
| 10 | - cd ../
|
---|
| 11 | - error(['Dakota returned error in ''' qmuerrfile ' file. ''' qmudir ''' directory retained.'])
|
---|
| 12 | - end
|
---|
| 13 | - status=fclose(fide);
|
---|
| 14 | + warning(['Dakota returned error in ''' qmuerrfile ' file. qmu directory retained.'])
|
---|
| 15 | + end
|
---|
| 16 | + status=fclose(fide);
|
---|
| 17 | end
|
---|
| 18 |
|
---|
| 19 | %parse inputs and results from dakota
|
---|
Note:
See
TracBrowser
for help on using the repository browser.