Last change
on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago |
oecreview from 11518 to present
|
File size:
592 bytes
|
Rev | Line | |
---|
[11991] | 1 | Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/startup.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- /proj/ice/larour/issm-uci-clean/trunk-jpl/startup.m (revision 11857)
|
---|
| 4 | +++ /proj/ice/larour/issm-uci-clean/trunk-jpl/startup.m (revision 11858)
|
---|
| 5 | @@ -14,8 +14,8 @@
|
---|
| 6 | if ~ispc,
|
---|
| 7 | ISSM_TIER=getenv('ISSM_TIER');
|
---|
| 8 | else
|
---|
| 9 | - ISSM_TIER=getenv('ISSM_TIER_WIN');
|
---|
| 10 | - %ISSM_TIER='';
|
---|
| 11 | + %ISSM_TIER=getenv('ISSM_TIER_WIN');
|
---|
| 12 | + ISSM_TIER='';
|
---|
| 13 | end
|
---|
| 14 | if (isempty(ISSM_TIER)),
|
---|
| 15 | error('''ISSM_TIER'' environment variable is empty! You should define ISSM_TIER in your .cshrc or .bashrc!');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.