From 1cf31d42efe0c71b44d140f50ae17e93804733f5 Mon Sep 17 00:00:00 2001 From: Keith Brown <keith.brown@stfc.ac.uk> Date: Fri, 17 Jan 2014 13:44:03 +0000 Subject: [PATCH] Refs #8693 Change valid dates Advised by owen to alter dates. They are now in line with the other parameter files as they haddn't been changed --- Code/Mantid/instrument/INTER_Parameters.xml | 2 +- Code/Mantid/instrument/SURF_Parameters.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/instrument/INTER_Parameters.xml b/Code/Mantid/instrument/INTER_Parameters.xml index 21c2c5aba91..7c31ea1ef19 100644 --- a/Code/Mantid/instrument/INTER_Parameters.xml +++ b/Code/Mantid/instrument/INTER_Parameters.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<parameter-file instrument = "INTER" valid-from = "2014-01-13T00:00:00"> +<parameter-file instrument = "INTER" valid-from = "2012-01-31T00:00:00"> <component-link name = "INTER"> <parameter name="MonitorIntegralMin"> <value val="4.0"/> diff --git a/Code/Mantid/instrument/SURF_Parameters.xml b/Code/Mantid/instrument/SURF_Parameters.xml index 8a21045fd5a..5bcbb2e4785 100644 --- a/Code/Mantid/instrument/SURF_Parameters.xml +++ b/Code/Mantid/instrument/SURF_Parameters.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<parameter-file instrument = "SURF" valid-from = "2014-01-13T00:00:00"> +<parameter-file instrument = "SURF" valid-from = "2012-01-31T00:00:00"> <component-link name = "SURF"> <parameter name="MonitorIntegralMin"> <value val="4.0"/> -- GitLab