summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/runsci2c.sci1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/runsci2c.sci b/macros/runsci2c.sci
index 2fc66be..14e5a52 100644
--- a/macros/runsci2c.sci
+++ b/macros/runsci2c.sci
@@ -138,6 +138,7 @@ PrintStepInfo('Copying interfaces', FileInfo.GeneralReport,'both');
for i = 1:size(allInterfaces, "*")
// DEBUG only
//disp("Copying "+allInterfaces(i)+" in "+SCI2COutputPath+"/interfaces/");
+
copyfile(allInterfaces(i), SCI2COutputPath+"/interfaces/");
end