Changeset 938 for trunk/src/struct2nc.m


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/struct2nc.m

    r930 r938  
    170170if strcmp(action,'one_input')
    171171netcdf.close(nc)
     172[success,errormsg] = fileattrib(flname ,'+w');% allow writing access for the group of users
    172173end
    173174
Note: See TracChangeset for help on using the changeset viewer.