From c5146cdedbad4d8d85ac7c013dfc41c438428dde Mon Sep 17 00:00:00 2001 From: liangjg Date: Fri, 19 Oct 2018 19:32:23 -0400 Subject: [PATCH] remove unused variable --- src/constants.F90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constants.F90 b/src/constants.F90 index 3e8cbb2dd..250b1ef37 100644 --- a/src/constants.F90 +++ b/src/constants.F90 @@ -28,7 +28,6 @@ module constants integer, parameter :: VERSION_VOLUME(2) = [1, 0] integer, parameter :: VERSION_VOXEL(2) = [1, 0] integer, parameter :: VERSION_MGXS_LIBRARY(2) = [1, 0] - character(10), parameter :: VERSION_MULTIPOLE = "v1.0" ! ============================================================================ ! ADJUSTABLE PARAMETERS