Skip to content
Snippets Groups Projects
Commit 6c77b159 authored by Markus Blatt's avatar Markus Blatt
Browse files

[parallel,release] Removed superfluous typedef and documented another one in Interface.

parent 3bf1f921
No related branches found
No related tags found
No related merge requests found
......@@ -208,9 +208,11 @@ namespace Dune
{
public:
typedef InterfaceInformation Information;
typedef std::map<int,std::pair<Information,Information> > InformationMap;
/**
* @brief The type of the map form process number to InterfaceInformation for
* sending and receiving to and from it.
*/
typedef std::map<int,std::pair<InterfaceInformation,InterfaceInformation> > InformationMap;
/**
* @brief Builds the interface.
......
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