Loading src/TNL/Containers/DistributedVectorView.h +2 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,8 @@ public: using ConstLocalVectorViewType = Containers::VectorView< typename std::add_const< Real >::type, Device, Index >; using HostType = DistributedVectorView< Real, Devices::Host, Index, Communicator >; using CudaType = DistributedVectorView< Real, Devices::Cuda, Index, Communicator >; using ViewType = DistributedVectorView< Real, Device, Index >; using ConstViewType = DistributedVectorView< typename std::add_const< Real >::type, Device, Index >; using ViewType = DistributedVectorView< Real, Device, Index, Communicator >; using ConstViewType = DistributedVectorView< typename std::add_const< Real >::type, Device, Index, Communicator >; // inherit all constructors and assignment operators from ArrayView using BaseType::DistributedArrayView; Loading Loading
src/TNL/Containers/DistributedVectorView.h +2 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,8 @@ public: using ConstLocalVectorViewType = Containers::VectorView< typename std::add_const< Real >::type, Device, Index >; using HostType = DistributedVectorView< Real, Devices::Host, Index, Communicator >; using CudaType = DistributedVectorView< Real, Devices::Cuda, Index, Communicator >; using ViewType = DistributedVectorView< Real, Device, Index >; using ConstViewType = DistributedVectorView< typename std::add_const< Real >::type, Device, Index >; using ViewType = DistributedVectorView< Real, Device, Index, Communicator >; using ConstViewType = DistributedVectorView< typename std::add_const< Real >::type, Device, Index, Communicator >; // inherit all constructors and assignment operators from ArrayView using BaseType::DistributedArrayView; Loading