Skip to content

Commit

Permalink
refs #4201 fixing Unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 16, 2012
1 parent 3dac01f commit c54d156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ namespace MDAlgorithms

/// the variable which keeps preprocessed positions of the detectors if any availible (TODO: should it be a table ws and separate algorithm?);
static PreprocessedDetectors det_loc;
/// the properties of the requested target MD workpsace:
MDEvents::MDWSDescription TWS;
/// the pointer to class which is responsible for adding data to N-dimensional workspace;
boost::shared_ptr<MDEvents::MDEventWSWrapper> pWSWrapper;
/// progress reporter
Expand Down Expand Up @@ -101,7 +99,9 @@ namespace MDAlgorithms
std::string algo_id;
// the vector describes default dimension names, specified along the axis if nothing explicitly requested;
std::vector<std::string> default_dim_ID;

/// the properties of the requested target MD workpsace:
MDEvents::MDWSDescription TWS;

protected: //for testing
static Mantid::Kernel::Logger & getLogger();
//>---> Parts of the identifyTheAlg;
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDEvents/test/MDWSDescriptionTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MDWSDescriptionTest : public CxxTest::TestSuite

}

MDWSDescriptionTest::MDWSDescriptionTest():descr(5)
MDWSDescriptionTest():descr(5)
{
}

Expand Down

0 comments on commit c54d156

Please sign in to comment.