Skip to content
Snippets Groups Projects
Commit 445fa956 authored by Paul Gessinger-Befurt's avatar Paul Gessinger-Befurt
Browse files

Make attachVolume and attachVolumeArray public

parent b094fdc8
No related branches found
No related tags found
1 merge request!720Make attachVolume and attachVolumeArray public
Pipeline #1283990 passed
......@@ -127,10 +127,8 @@ class BoundarySurfaceT {
/// Virtual Destructor
virtual ~BoundarySurfaceT() = default;
protected:
/// Helper method: attach a Volume to this BoundarySurfaceT
/// this is done during the geometry construction and only called by
/// the friend templated volume
/// this is done during the geometry construction.
///
/// @param gctx The current geometry context object, e.g. alignment
/// @param volume The volume to be attached
......@@ -138,8 +136,7 @@ class BoundarySurfaceT {
void attachVolume(const T* volume, BoundaryOrientation inout);
/// Helper method: attach a Volume to this BoundarySurfaceT
/// this is done during the geometry construction and only called by
/// the friend templated volume
/// this is done during the geometry construction.
///
/// @param volumes The volume array to be attached
/// @param inout The boundary orientation @todo update to along/opposite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment