]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move definition for TrilinosPayload destructor
authorJean-Paul Pelteret <jppelteret@gmail.com>
Fri, 3 Feb 2017 09:01:36 +0000 (10:01 +0100)
committerJean-Paul Pelteret <jppelteret@gmail.com>
Fri, 3 Feb 2017 09:01:36 +0000 (10:01 +0100)
include/deal.II/lac/trilinos_sparse_matrix.h
source/lac/trilinos_sparse_matrix.cc

index ba1b2923d08908a4838cbe32fa2cea44f53677c2..7d328c3812c5d5f22aac2d3e078e86f3deed7b1d 100644 (file)
@@ -2198,7 +2198,7 @@ namespace TrilinosWrappers
         /**
         * Destructor
         */
-        virtual ~TrilinosPayload() {}
+        virtual ~TrilinosPayload();
 
         /**
         * Returns a payload configured for identity operations
index c8eaa7f66bf402efef5c239d5e39f7ee0105a05d..9c4a13ee26982529d5ad53ac32680685151993ac 100644 (file)
@@ -2763,6 +2763,12 @@ namespace TrilinosWrappers
 
 
 
+      // Destructor
+      TrilinosPayload::~TrilinosPayload ()
+      { }
+
+
+
       TrilinosPayload
       TrilinosPayload::identity_payload () const
       {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.