Changeset 6071


Ignore:
Timestamp:
09/29/10 11:38:59 (15 years ago)
Author:
Mathieu Morlighem
Message:

cleaner why to deal with return carriage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/startup.m

    r5394 r6071  
    2525end
    2626%get rid of useless symbols in the name
    27 if ispc,
    28 ISSM_DIR=ISSM_DIR(2:end-2);
    29 else
    30 ISSM_DIR=ISSM_DIR(1:end-1);
    31 end
     27ISSM_DIR=strtrim(ISSM_DIR);
    3228clear status;
    3329
Note: See TracChangeset for help on using the changeset viewer.