Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Jul 25, 2024
1 parent 255a5d3 commit 54e082c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions RefRed/calculations/lr_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion RefRed/sf_calculator/lr_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 54e082c

Please sign in to comment.