Changeset 938 for trunk/src/series/civ_series.m
- Timestamp:
- Apr 1, 2016, 7:22:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_series.m
r932 r938 890 890 if isempty(errormsg) 891 891 disp([ncfile_out ' written']) 892 [success,msg] = fileattrib(ncfile_out ,'+w','g');% allow writing access for the group of users, recursively in the folder892 %[success,msg] = fileattrib(ncfile_out ,'+w','g');% done in struct2nc 893 893 else 894 894 disp(errormsg)
Note: See TracChangeset
for help on using the changeset viewer.