File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -354,7 +354,9 @@ void Board::detect_non_conflicting_edges() {
354354
355355// ******************************************************************************
356356void Board::add_fixed_meshline_policies () {
357- for (auto const & axis : AllAxis)
357+ #warning TODO
358+ // for(auto const& axis : AllAxis)
359+ for (auto const & axis : { X, Y })
358360 add_fixed_meshline_policies (axis);
359361}
360362
Original file line number Diff line number Diff line change 88 < / FDTD >
99 < ContinuousStructure CoordSystem= "0" >
1010 < Properties >
11+ < ! --
1112 < Material Name= "Sub1.substrate" >
1213 < Property Epsilon= "4.2" Kappa = "0.0205267245591052" >
1314 < / Property >
3031 < / Box >
3132 < / Primitives >
3233 < / ConductingSheet >
34+ -- >
3335 < ConductingSheet Name= "MS1" Conductivity = "10000000000" Thickness = "3.5e-05" >
3436 < Primitives >
3537 < Box Priority= "2" >
Original file line number Diff line number Diff line change 88 < / FDTD >
99 < ContinuousStructure CoordSystem= "0" >
1010 < Properties >
11+ < ! --
1112 < Material Name= "Subst1.substrate" >
1213 < Property Epsilon= "4.7" Kappa = "0.00933457764526183" >
1314 < / Property >
3031 < / Box >
3132 < / Primitives >
3233 < / ConductingSheet >
34+ -- >
3335 < ConductingSheet Name= "MS1" Conductivity = "59594755.6615018" Thickness = "3.5e-05" >
3436 < Primitives >
3537 < Box Priority= "2" >
You can’t perform that action at this time.
0 commit comments