fix "smart" matching of projectile & parameter defaults
- mismatch caused by changes in commit 4683945a71
This commit is contained in:
@@ -678,7 +678,7 @@ function ProjSmartDefaults()
|
||||
var sigEnergy = document.getElementById("sigEnergy");
|
||||
var sigAngle = document.getElementById("sigAngle");
|
||||
|
||||
if (Proj == "Muon") {
|
||||
if (Proj == "muon") {
|
||||
sigEnergy.value = "450";
|
||||
sigAngle.value = "15";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user