From c2ced6a27403576b1daed640ac6134b63bd12238 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 25 Feb 2018 14:45:35 +0100 Subject: [PATCH] not needed anymore --- src/spectral_utilities.f90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spectral_utilities.f90 b/src/spectral_utilities.f90 index 1a277ef63..e3383f3d1 100644 --- a/src/spectral_utilities.f90 +++ b/src/spectral_utilities.f90 @@ -70,7 +70,6 @@ module spectral_utilities ! derived types type, public :: tSolutionState !< return type of solution from spectral solver variants logical :: converged = .true. - logical :: regrid = .false. logical :: stagConverged = .true. logical :: termIll = .false. integer(pInt) :: iterationsNeeded = 0_pInt