Changeset 6853


Ignore:
Timestamp:
12/29/10 18:16:30 (14 years ago)
Author:
Eric.Larour
Message:

New PETSC_VERSION global variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/OS/clearall.m

    r6088 r6853  
    44Lvariables=evalin('base','who');
    55
    6 %remove ISSM_TIER from this list
     6%remove ISSM_TIER and ISSM_DIR from this list
    77Lvariables=Lvariables(find(~strcmp(Lvariables,'ISSM_TIER')));
     8Lvariables=Lvariables(find(~strcmp(Lvariables,'ISSM_DIR')));
     9Lvariables=Lvariables(find(~strcmp(Lvariables,'PETSC_VERSION')));
    810
    911%clear all
Note: See TracChangeset for help on using the changeset viewer.