Skip to content

Commit

Permalink
refs #3641. Rename existing types
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jan 6, 2012
1 parent a722e89 commit 162fd66
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/MantidQt/CustomInterfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set ( SRC_FILES
src/deltaECalc.cpp
src/WorkspaceInADS.cpp
src/WorkspaceMemento.cpp
src/WorkspaceOnDisk.cpp
src/RawFileMemento.cpp
)

# Include files aren't required, but this makes them appear in Visual Studio
Expand All @@ -45,7 +45,7 @@ set ( INC_FILES
inc/MantidQtCustomInterfaces/SANSRunWindow.h
inc/MantidQtCustomInterfaces/Updateable.h
inc/MantidQtCustomInterfaces/WorkspaceMemento.h
inc/MantidQtCustomInterfaces/WorkspaceOnDisk.h
inc/MantidQtCustomInterfaces/RawFileMemento.h
inc/MantidQtCustomInterfaces/WorkspaceInADS.h
inc/MantidQtCustomInterfaces/deltaECalc.h
)
Expand Down Expand Up @@ -81,7 +81,7 @@ set ( UI_FILES inc/MantidQtCustomInterfaces/ConvertToEnergy.ui
set( TEST_FILES
test/WorkspaceMementoTest.h
test/WorkspaceInADSTest.h
test/WorkspaceOnDiskTest.h
test/RawFileMementoTest.h
)

include_directories ( inc )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "MantidQtCustomInterfaces/CreateMDWorkspace.h"
#include "MantidQtCustomInterfaces/WorkspaceMemento.h"
#include "MantidQtCustomInterfaces/WorkspaceInADS.h"
#include "MantidQtCustomInterfaces/WorkspaceOnDisk.h"
#include "MantidQtCustomInterfaces/RawFileMemento.h"
#include "MantidQtCustomInterfaces/WorkspaceMemento.h"

#include "MantidAPI/WorkspaceFactory.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "MantidQtCustomInterfaces/WorkspaceOnDisk.h"
#include "MantidQtCustomInterfaces/RawFileMemento.h"
#include "MantidKernel/Matrix.h"
#include "MantidAPI/AlgorithmManager.h"
#include "MantidAPI/MatrixWorkspace.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CUSTOM_INTERFACES_WORKSPACE_ON_DISK_TEST_H_

#include <cxxtest/TestSuite.h>
#include "MantidQtCustomInterfaces/WorkspaceOnDisk.h"
#include "MantidQtCustomInterfaces/RawFileMemento.h"
#include "MantidAPI/FileFinder.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidGeometry/Crystal/OrientedLattice.h"
Expand Down

0 comments on commit 162fd66

Please sign in to comment.