Ignore:
Timestamp:
Oct 11, 2012, 9:58:22 AM (12 years ago)
Author:
sommeria
Message:

bug corrected in civ: multiple commands in .sh for civ_matlab
.m and .sh files recognized in get_file_type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_file_type.m

    r472 r549  
    2323
    2424switch FileExt
    25     case {'.civ','.log','.cmx','.cmx2','.txt','.bat'}
     25    case {'.civ','.log','.cmx','.cmx2','.txt','.bat','.m','.sh'}
    2626        FileType='txt';
    2727    case '.fig'
Note: See TracChangeset for help on using the changeset viewer.