1
1

Need to have a virtual destructor since we have one virtual function

(g++ 4.0 complains).  This function was commented out from many years
ago in the "bad old days" of new-not-conformant compilers.

This commit was SVN r6038.
Этот коммит содержится в:
Jeff Squyres 2005-06-10 21:02:52 +00:00
родитель b3c8d47f62
Коммит 6477eb3c14

Просмотреть файл

@ -62,7 +62,7 @@ public:
inline Comm_Null(const MPI_Comm& data) : mpi_comm(data) { } inline Comm_Null(const MPI_Comm& data) : mpi_comm(data) { }
// destruction // destruction
//JGS virtual inline ~Comm_Null() { } virtual inline ~Comm_Null() { }
// comparison // comparison
// JGS make sure this is right (in other classes too) // JGS make sure this is right (in other classes too)