From e3639d958f8fdd1f386a0272db128660693afa74 Mon Sep 17 00:00:00 2001 From: Jim Lutsko Date: Mon, 21 Oct 2024 16:27:34 +0200 Subject: [PATCH] synch --- include/FMT.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/FMT.h b/include/FMT.h index 39ff89b..da14ddc 100644 --- a/include/FMT.h +++ b/include/FMT.h @@ -118,7 +118,6 @@ class FMT // Sums up phi(i) over the lattice to give the total free energy double calculateFreeEnergy(vector &allSpecies); - double EOS_Correction(FMT_Species_EOS &eos_species); virtual string Name() const = 0; friend class boost::serialization::access;