Ignore:
Timestamp:
Mar 15, 2016, 12:29:15 PM (8 years ago)
Author:
sommeria
Message:

writting access improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_series.m

    r924 r932  
    890890        if isempty(errormsg)
    891891            disp([ncfile_out ' written'])
     892            [success,msg] = fileattrib(ncfile_out ,'+w','g');% allow writing access for the group of users, recursively in the folder
    892893        else
    893894            disp(errormsg)
Note: See TracChangeset for help on using the changeset viewer.