Skip to content

Commit

Permalink
no default value allowed in function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Aug 17, 2023
1 parent eaaa26d commit 31a8704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RTI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ RayTracingInterface::point_in_volume(const moab::EntityHandle volume,
moab::ErrorCode
RayTracingInterface::find_volume(const double xyz[3],
moab::EntityHandle &volume,
const double *uvw = NULL)
const double *uvw)
{
moab::ErrorCode rval;
rval = moab::find_volume(xyz,volume,uvw);
Expand Down

0 comments on commit 31a8704

Please sign in to comment.