Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1869)

Unified Diff: src/mpi/model/parallel-communication-interface.h

Issue 318390044: Final updates to correct doxygen errors for the mpi module (Closed)
Patch Set: Additional doxygen corrections Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/mpi/model/null-message-simulator-impl.cc ('k') | src/mpi/model/remote-channel-bundle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mpi/model/parallel-communication-interface.h
===================================================================
--- a/src/mpi/model/parallel-communication-interface.h
+++ b/src/mpi/model/parallel-communication-interface.h
@@ -46,13 +46,15 @@
* this interface. This interface is called through the
* MpiInterface.
*/
- class ParallelCommunicationInterface
+class ParallelCommunicationInterface
{
public:
/**
* Destructor
*/
- virtual ~ParallelCommunicationInterface() {}
+ virtual ~ParallelCommunicationInterface ()
+ {
+ }
/**
* Deletes storage used by the parallel environment.
*/
« no previous file with comments | « src/mpi/model/null-message-simulator-impl.cc ('k') | src/mpi/model/remote-channel-bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b