Index: bugs/round1/fileio_split/fix.patch =================================================================== --- bugs/round1/fileio_split/fix.patch (revision 22981) +++ bugs/round1/fileio_split/fix.patch (nonexistent) @@ -1,11 +0,0 @@ ---- bug.m 2019-02-03 03:17:26.371406110 +0000 -+++ bug.fix.m 2019-02-03 03:23:45.289668980 +0000 -@@ -127,3 +127,8 @@ - poly0_xy(1, 4) = 12.7000; poly0_xy(2, 4) = -25.4000; - CSX = AddPcbrndPoly(CSX, PCBRND, 1, poly0_xy, 1); - %%% Port(s) on terminals -+ -+Sim_Path = 'openems'; % a path is required. to use the current directory just leave this field null -+Sim_CSX = 'csxcad.xml'; % the file name is manditory, sadly the other files it will dump out are not under our control -+WriteOpenEMS( [Sim_Path '/' Sim_CSX], FDTD, CSX ); -+ Index: bugs/round1/fileio_split/bug.m =================================================================== --- bugs/round1/fileio_split/bug.m (revision 22981) +++ bugs/round1/fileio_split/bug.m (revision 22982) @@ -127,3 +127,8 @@ poly0_xy(1, 4) = 12.7000; poly0_xy(2, 4) = -25.4000; CSX = AddPcbrndPoly(CSX, PCBRND, 1, poly0_xy, 1); %%% Port(s) on terminals + +Sim_Path = 'openems'; % a path is required. to use the current directory just leave this field null +Sim_CSX = 'csxcad.xml'; % the file name is manditory, sadly the other files it will dump out are not under our control +WriteOpenEMS( [Sim_Path '/' Sim_CSX], FDTD, CSX ); +