Skip to content
Snippets Groups Projects
LoadSpiceAscii.cpp 479 B
Newer Older
#include "MantidDataHandling/LoadSpiceAscii.h"

namespace Mantid
{
namespace DataHandling
{


  //----------------------------------------------------------------------------------------------
  /** Constructor
   */
  LoadSpiceAscii::LoadSpiceAscii()
  {
  }

  //----------------------------------------------------------------------------------------------
  /** Destructor
   */
  LoadSpiceAscii::~LoadSpiceAscii()
  {
  }



} // namespace DataHandling
} // namespace Mantid