We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a423088 commit 6825033Copy full SHA for 6825033
1 file changed
FASTTool.m
@@ -8,5 +8,10 @@
8
eval(['mkdir .' filesep 'subfunctions' filesep 'inputfiles'])
9
end
10
11
+% Remove Deny-permissions from the inputfiles-folder, to avoid problems
12
+% with BModes not being able to write its output file
13
+[~,~] = system(['icacls subfunctions' filesep 'inputfiles /inheritance:d']);
14
+[~,~] = system(['icacls subfunctions' filesep 'inputfiles /remove:d Everyone']);
15
+
16
% FASTTool for the course AE4W09 - Wind Turbine Design
17
run('WindTurbineDesign.m');
0 commit comments