diff --git a/Framework/DataHandling/inc/MantidDataHandling/LoadILLDiffraction.h b/Framework/DataHandling/inc/MantidDataHandling/LoadILLDiffraction.h index 27e9b9e2690379783bf4ae1377c10d55626815d9..446ce86e1f9150e3515e6c248d1024fd6e2c8d13 100644 --- a/Framework/DataHandling/inc/MantidDataHandling/LoadILLDiffraction.h +++ b/Framework/DataHandling/inc/MantidDataHandling/LoadILLDiffraction.h @@ -71,7 +71,7 @@ private: void exec() override; void calculateRelativeRotations(std::vector<double> &instrumentAngles, - const Kernel::V3D &tube1Position); + const Kernel::V3D &firstTubePosition); void fillDataScanMetaData(const NeXus::NXDouble &); void fillMovingInstrumentScan(const NeXus::NXUInt &, const NeXus::NXDouble &); diff --git a/Framework/Doxygen/Mantid_template.doxyfile b/Framework/Doxygen/Mantid_template.doxyfile index 4df070b00d3f147a79778beb8e0057541fd38fd2..70e2f9874059f387a9bebfb12c896cfb46d39849 100644 --- a/Framework/Doxygen/Mantid_template.doxyfile +++ b/Framework/Doxygen/Mantid_template.doxyfile @@ -241,8 +241,6 @@ MAN_LINKS = NO #--------------------------------------------------------------------------- GENERATE_XML = NO XML_OUTPUT = xml -XML_SCHEMA = -XML_DTD = XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output