From 78570cb9021512ae437940b8592dba233968f5cd Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 30 Dec 2017 20:52:30 +0800 Subject: Minor cleanups --- fg21sim/configs/20-extragalactic.conf.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fg21sim/configs/20-extragalactic.conf.spec') diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 7debd75..8749c67 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -177,7 +177,7 @@ # Electron injection, which is assumed to have a constant injection # rate and a power-law spectrum. - injection_index = float(default=2.3, min=2.1, max=3.5) + injection_index = float(default=2.3, min=2.1, max=3.0) # Minimum and maximum Lorentz factor (i.e., energy) of the relativistic # electron spectrum. @@ -185,7 +185,7 @@ gamma_max = float(default=1e5) # Number of cells on the logarithmic momentum grid used to solve the # Fokker-Planck equation. - gamma_np = integer(default=200, min=100) + gamma_np = integer(default=200) # Number of cells used as the buffer regions near both the lower # and upper boundaries, within which the values will be replaced by -- cgit v1.2.2