Ignore:
Timestamp:
Apr 1, 2016, 7:22:25 PM (8 years ago)
Author:
sommeria
Message:

group writing access set for result files

File:
1 edited

Legend:

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

    r932 r938  
    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
     892            %[success,msg] = fileattrib(ncfile_out ,'+w','g');% done in struct2nc
    893893        else
    894894            disp(errormsg)
Note: See TracChangeset for help on using the changeset viewer.