Changeset 6853
- Timestamp:
- 12/29/10 18:16:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/OS/clearall.m
r6088 r6853 4 4 Lvariables=evalin('base','who'); 5 5 6 %remove ISSM_TIER from this list6 %remove ISSM_TIER and ISSM_DIR from this list 7 7 Lvariables=Lvariables(find(~strcmp(Lvariables,'ISSM_TIER'))); 8 Lvariables=Lvariables(find(~strcmp(Lvariables,'ISSM_DIR'))); 9 Lvariables=Lvariables(find(~strcmp(Lvariables,'PETSC_VERSION'))); 8 10 9 11 %clear all
Note:
See TracChangeset
for help on using the changeset viewer.