Skip to content

Commit

Permalink
[Core] Add GetDataCommunicator to GlobalPointerCommunicator
Browse files Browse the repository at this point in the history
  • Loading branch information
loumalouomega committed Nov 10, 2023
1 parent fd8a4f4 commit 99e5dbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kratos/utilities/pointer_communicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,15 @@ class GlobalPointerCommunicator
///@name Access
///@{

/**
* @brief Returns the data communicator.
* @return The data communicator.
*/
const DataCommunicator& GetDataCommunicator() const
{
return mrDataCommunicator;
}

///@}
///@name Inquiry
///@{
Expand Down

0 comments on commit 99e5dbd

Please sign in to comment.