Skip to content
Snippets Groups Projects
Commit b0ab0f4a authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Making CommunicationGroupType private in DistributedArray.

parent 18522670
No related branches found
No related tags found
1 merge request!34Runge kutta
......@@ -24,6 +24,8 @@ template< typename Value,
typename Communicator = Communicators::MpiCommunicator >
class DistributedArray
{
using CommunicationGroup = typename Communicator::CommunicationGroup;
public:
using ValueType = Value;
using DeviceType = Device;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment