it is awesome! this should be inplented in real tpt.
diff --git a/src/Simulation/Elements/MVSL.cpp b/src/Simulation/Elements/MVSL.cpp
index b469878..4b63186 100644
--- a/src/Simulation/Elements/MVSL.cpp
+++ b/src/Simulation/Elements/MVSL.cpp
@@ -107,5 +107,5 @@
- for(i=-ry;i<ry;i++)
- for(j=-rx;j<rx;j++)
+ for(i=-ry;i<=ry;i++)
+ for(j=-rx;j<=rx;j++)