Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
2ddbd69d
Commit
2ddbd69d
authored
12 years ago
by
Alex Buts
Browse files
Options
Downloads
Patches
Plain Diff
refs #5955 fixing VATES
parent
7b5d2b26
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/Mantid/Build/CMake/CommonVatesSetup.cmake
+1
-0
1 addition, 0 deletions
Code/Mantid/Build/CMake/CommonVatesSetup.cmake
Code/Mantid/Vates/VatesAPI/test/MDEWInMemoryLoadingPresenterTest.h
+1
-1
1 addition, 1 deletion
...id/Vates/VatesAPI/test/MDEWInMemoryLoadingPresenterTest.h
with
2 additions
and
1 deletion
Code/Mantid/Build/CMake/CommonVatesSetup.cmake
+
1
−
0
View file @
2ddbd69d
...
@@ -8,6 +8,7 @@ Framework/Geometry
...
@@ -8,6 +8,7 @@ Framework/Geometry
Framework/Kernel
Framework/Kernel
Framework/DataObjects
Framework/DataObjects
Framework/MDEvents
Framework/MDEvents
Framework/MDAlgorithms
Framework/NexusCPP
Framework/NexusCPP
)
)
...
...
This diff is collapsed.
Click to expand it.
Code/Mantid/Vates/VatesAPI/test/MDEWInMemoryLoadingPresenterTest.h
+
1
−
1
View file @
2ddbd69d
...
@@ -33,7 +33,7 @@ private:
...
@@ -33,7 +33,7 @@ private:
static
Mantid
::
API
::
Workspace_sptr
getReal4DWorkspace
()
static
Mantid
::
API
::
Workspace_sptr
getReal4DWorkspace
()
{
{
AnalysisDataService
::
Instance
().
remove
(
"MD_EVENT_WS_ID"
);
AnalysisDataService
::
Instance
().
remove
(
"MD_EVENT_WS_ID"
);
Mantid
::
MD
Event
s
::
LoadMD
alg
;
Mantid
::
MD
Algorithm
s
::
LoadMD
alg
;
alg
.
initialize
();
alg
.
initialize
();
alg
.
setRethrows
(
true
);
alg
.
setRethrows
(
true
);
alg
.
setPropertyValue
(
"Filename"
,
Mantid
::
API
::
FileFinder
::
Instance
().
getFullPath
(
"MAPS_MDEW.nxs"
));
alg
.
setPropertyValue
(
"Filename"
,
Mantid
::
API
::
FileFinder
::
Instance
().
getFullPath
(
"MAPS_MDEW.nxs"
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment