simplified a module, and adjusted tests for imports

This commit is contained in:
sm
2011-06-07 21:43:03 -06:00
parent 0eb9c4102d
commit b54272bb85
6 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
a = 0.0885;
a = 0.885;
Point(0) = {0, 0, 0, a};
Point(1) = {1, 0, 0, a};
Point(2) = {1, 1, 0, a};