Re-enable a commented out virtual destructor for MPI::Comm_null
This commit was SVN r2869.
Этот коммит содержится в:
родитель
b5e21eaac3
Коммит
386336f50d
@ -21,7 +21,7 @@ public:
|
||||
inline Comm_Null(const PMPI::Comm_Null& data) : pmpi_comm(data) { }
|
||||
|
||||
// destruction
|
||||
//JGS virtual inline ~Comm_Null() { }
|
||||
virtual inline ~Comm_Null() { }
|
||||
|
||||
inline Comm_Null& operator=(const Comm_Null& data) {
|
||||
pmpi_comm = data.pmpi_comm;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user