PostNewtonian
PostNewtonian copied to clipboard
C++/TaylorTn_Q should have a virtual destructor
The call to delete Tn; at PNEvolution_Q.cpp:455 will call the destructor of the interface base class. This could lead to memory leaks.