diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-27 13:01:23 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-27 13:01:23 (GMT) |
commit | 473417181bebc0a2f3d2143e127aed9a250b9cf5 (patch) | |
tree | 3f5666571cddd8878d420c7bee012128a79e873a | |
parent | ba8ede685812fae884beb6fca8e9f2ac3ed93897 (diff) |
Clifford Wolf:
Indenting fix
git-svn-id: http://svn.clifford.at/openscad/trunk@355 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | openscad.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ public: Grid2d(double resolution) { res = resolution; } - /*! + /*! Aligns x,y to the grid or to existing point if one close enough exists. Returns the value stored if a point already existing or an uninitialized new value if not. |