diff --git a/src/input_xml.F90 b/src/input_xml.F90
index e6c46cba60..db18cb3ab0 100644
--- a/src/input_xml.F90
+++ b/src/input_xml.F90
@@ -129,6 +129,9 @@ contains
! Survival biasing
if (trim(survival_) == 'on') survival_biasing = .true.
+ ! Probability tables
+ if (ptables_ == 'off') urr_ptables_on = .false.
+
! Cutoffs
if (size(cutoff_) > 0) then
weight_cutoff = cutoff_(1) % weight
diff --git a/src/xml-fortran/templates/settings_t.xml b/src/xml-fortran/templates/settings_t.xml
index c69439612e..0bfa90278c 100644
--- a/src/xml-fortran/templates/settings_t.xml
+++ b/src/xml-fortran/templates/settings_t.xml
@@ -23,6 +23,7 @@
+