Skip to content
Snippets Groups Projects
LoadFullprofResolutionTest.h 42.9 KiB
Newer Older
    }
    else
    {
      throw runtime_error("Unable to open file to write.");
    }

    return;
  }

  /* Return the number of rows the table must have
  */
  int getExpectedNumberOfRows()
  {
    return 29;  // Change this value if you add or remove any rows from the OutputTableWorkspace
  }

  private:
  std::string wsName;  // For Workspace property

};


#endif /* MANTID_DATAHANDLING_LOADFULLPROFRESOLUTIONTEST_H_ */