Changeset 6327


Ignore:
Timestamp:
10/18/10 08:38:47 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/startup.m

    r6089 r6327  
    3636%get rid of useless symbols in the name
    3737ISSM_TIER=strtrim(ISSM_TIER);
    38 clear status1;
    39 
    4038ISSM_DIR=strtrim(ISSM_DIR);
    41 clear status;
     39clear status1 status2;
    4240
    4341%Now add all issm code paths necessary to run issm smoothly.
     
    9189        addpath([ISSM_TIER '/src/m/contrib/' USERNAME]);
    9290end
     91clear status USERNAME;
Note: See TracChangeset for help on using the changeset viewer.