Skip to content
Snippets Groups Projects
Commit 52c83350 authored by Robert K's avatar Robert K Committed by Christoph Grüninger
Browse files

[cleanup] deprecate CollectiveCommunication and getCollectiveCommunication.

parent 7b237de1
Branches
Tags
1 merge request!1091[cleanup][CollectiveCommunication] deprecate CollectiveCommunication
Pipeline #52898 passed
Pipeline: Dune Nightly Test

#52900

    ......@@ -535,7 +535,7 @@ namespace Dune
    */
    template<class T>
    using CollectiveCommunication
    //[[deprecated("CollectiveCommunication is deprecated. Use Communication instead.")]]
    [[deprecated("CollectiveCommunication is deprecated. Use Communication instead.")]]
    = Communication<T>;
    }
    ......
    ......@@ -112,7 +112,7 @@ namespace Dune
    *
    * Use getCommunication instead.
    */
    //[[deprecated("getCollectionCommunication is deprecated. Use getCommunication instead.")]]
    [[deprecated("getCollectionCommunication is deprecated. Use getCommunication instead.")]]
    static Communication<MPICommunicator> getCollectiveCommunication()
    {
    return Communication<MPICommunicator>(getCommunicator());
    ......@@ -214,7 +214,7 @@ namespace Dune
    *
    * Use getCommunication instead.
    */
    //[[deprecated("getCollectionCommunication is deprecated. Use getCommunication instead.")]]
    [[deprecated("getCollectionCommunication is deprecated. Use getCommunication instead.")]]
    static Communication<MPICommunicator>
    getCollectiveCommunication()
    {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment