Skip to content
Snippets Groups Projects
InstrumentDataService.cpp 593 B
Newer Older
// Mantid Repository : https://github.com/mantidproject/mantid
//
// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
//     NScD Oak Ridge National Laboratory, European Spallation Source
//     & Institut Laue - Langevin
// SPDX - License - Identifier: GPL - 3.0 +
Laurent Chapon's avatar
Laurent Chapon committed
#include "MantidAPI/InstrumentDataService.h"

namespace Mantid {
namespace API {
/**
 * Default constructor
 */
InstrumentDataServiceImpl::InstrumentDataServiceImpl()
    : Mantid::Kernel::DataService<Mantid::Geometry::Instrument>(
          "InstrumentDataService") {}
} // Namespace API
Laurent Chapon's avatar
Laurent Chapon committed
} // Namespace Mantid