File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ namespace geode
167167 }
168168 throw OpenGeodeException{
169169 " Cannot determine the point is inside the block or not "
170- " (ambigous intersection with rays)."
170+ " (ambiguous intersection with rays)."
171171 };
172172 }
173173
@@ -185,8 +185,8 @@ namespace geode
185185 }
186186 }
187187 throw OpenGeodeException{
188- " Cannot determine the point is inside the block or not "
189- " (ambigous intersection with rays)."
188+ " Cannot determine the point is inside the closed surface 3D or not "
189+ " (ambiguous intersection with rays)."
190190 };
191191 }
192192
@@ -228,8 +228,8 @@ namespace geode
228228 }
229229 }
230230 throw OpenGeodeException{
231- " Cannot determine the point is inside the surface or not "
232- " (ambigous intersection with rays)."
231+ " Cannot determine the point is inside the surface 2D or not "
232+ " (ambiguous intersection with rays)."
233233 };
234234 }
235235
You can’t perform that action at this time.
0 commit comments