From 54e082c1cda2cc22c03a114dce8f13e639d7085c Mon Sep 17 00:00:00 2001 From: Mathieu Doucet Date: Thu, 25 Jul 2024 14:26:28 -0400 Subject: [PATCH] remove unused variable --- RefRed/calculations/lr_data.py | 3 --- RefRed/sf_calculator/lr_data.py | 1 - 2 files changed, 4 deletions(-) diff --git a/RefRed/calculations/lr_data.py b/RefRed/calculations/lr_data.py index 25851fe8..d1a9f271 100644 --- a/RefRed/calculations/lr_data.py +++ b/RefRed/calculations/lr_data.py @@ -18,9 +18,6 @@ NEUTRON_MASS = 1.675e-27 # kg PLANCK_CONSTANT = 6.626e-34 # m^2 kg s^-1 H_OVER_M_NEUTRON = PLANCK_CONSTANT / NEUTRON_MASS -# This is the default effective distance between the moderator and the -# detector, including an average emission delay. -DEFAULT_4B_SOURCE_DET_DISTANCE = 15.75 NEW_GEOMETRY_DATE = '2014-10-01' diff --git a/RefRed/sf_calculator/lr_data.py b/RefRed/sf_calculator/lr_data.py index da9b417a..9296bc8a 100644 --- a/RefRed/sf_calculator/lr_data.py +++ b/RefRed/sf_calculator/lr_data.py @@ -14,7 +14,6 @@ NEUTRON_MASS = 1.675e-27 # kg PLANCK_CONSTANT = 6.626e-34 # m^2 kg s^-1 H_OVER_M_NEUTRON = PLANCK_CONSTANT / NEUTRON_MASS -DEFAULT_4B_SOURCE_DET_DISTANCE = 15.75 class LRData(object):