Skip to content

Commit

Permalink
Add missing implementation of convergence tester destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Dec 21, 2016
1 parent 02de3fe commit 73d20e8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/convergence_tester.cpp
@@ -0,0 +1,27 @@
// ====================================================================
// This file is part of FlexibleSUSY.
//
// FlexibleSUSY is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
// by the Free Software Foundation, either version 3 of the License,
// or (at your option) any later version.
//
// FlexibleSUSY is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with FlexibleSUSY. If not, see
// <http://www.gnu.org/licenses/>.
// ====================================================================

#include "convergence_tester.hpp"

namespace flexiblesusy {

Convergence_tester::~Convergence_tester()
{
}

} // namespace flexiblesusy

0 comments on commit 73d20e8

Please sign in to comment.