Skip to content

Commit

Permalink
Doxygen: Python Module
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemNzk authored and patrick-laurin committed Jul 25, 2023
1 parent 2dfd795 commit 07fd653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stkCGAL3DPolyhedralMesher.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ int stkCGAL3DPolyhedralMesher::RequestData(vtkInformation* vtkNotUsed(request),
Mesh_domain domain(*interiorSurfaces, *boundingDomain);

// Sizing Field
stk::PointCloudScalarSizingField size;
stkCGAL::PointCloudScalarSizingField size;

if (this->UseCustomSizingField)
{
Expand Down
2 changes: 1 addition & 1 deletion src/stkPointCloudScalarSizingField.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @ingroup stkCGAL
*
*/
namespace stk
namespace stkCGAL
{
struct PointCloudScalarSizingField
{
Expand Down

0 comments on commit 07fd653

Please sign in to comment.