Skip to content

Commit

Permalink
Merge pull request #12387 from KratosMultiphysics/core/voxel-modeler-…
Browse files Browse the repository at this point in the history
…missing-kratos-api

Add missing KRATOS_API
  • Loading branch information
jcotela authored May 16, 2024
2 parents d759e7f + 5642411 commit 8fc065c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kratos/modeler/coloring/voxel_mesher_coloring.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

namespace Kratos {

class VoxelMesherColoring {
class KRATOS_API(KRATOS_CORE) VoxelMesherColoring {

VoxelMeshGeneratorModeler& mrModeler;
Parameters mParameters;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

namespace Kratos {

class VoxelMesherEntityGeneration {
class KRATOS_API(KRATOS_CORE) VoxelMesherEntityGeneration {

VoxelMeshGeneratorModeler& mrModeler;
Parameters mParameters;
Expand Down
2 changes: 1 addition & 1 deletion kratos/modeler/key_plane_generation/key_plane_generation.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace Kratos {

class VoxelMesherKeyPlaneGeneration {
class KRATOS_API(KRATOS_CORE) VoxelMesherKeyPlaneGeneration {

VoxelMeshGeneratorModeler& mrModeler;
Parameters mParameters;
Expand Down
2 changes: 1 addition & 1 deletion kratos/modeler/operation/voxel_mesher_operation.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

namespace Kratos {

class VoxelMesherOperation {
class KRATOS_API(KRATOS_CORE) VoxelMesherOperation {

VoxelMeshGeneratorModeler& mrModeler;
Parameters mParameters;
Expand Down

0 comments on commit 8fc065c

Please sign in to comment.