Skip to content

Commit 7ea92d7

Browse files
authored
Merge pull request #1196 from Geode-solutions/fix/ray-tracing-messages
fix(RayTracing): fix some typos on Exception messages
2 parents b23b89a + 5551950 commit 7ea92d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/geode/model/helpers/ray_tracing.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)