#include "MantidDataHandling/SaveSPE.h"
#include "MantidAPI/Axis.h"
#include "MantidAPI/CommonBinsValidator.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/HistogramValidator.h"
#include "MantidAPI/SpectrumInfo.h"
#include "MantidGeometry/IDetector.h"
#include "MantidGeometry/Instrument.h"
#include "MantidHistogramData/HistogramE.h"
#include "MantidHistogramData/HistogramY.h"
#include "MantidKernel/CompositeValidator.h"
#include "MantidKernel/Unit.h"
#include <cmath>
#include <cstdio>
#include <filesystem>
#include <stdexcept>
Go to the source code of this file.
|
| static const unsigned int | Mantid::DataHandling::NUM_PER_LINE = 8 |
| | set to the number of numbers on each line (the length of lines is hard-coded in other parts of the code too)
|
| |