Skip to content

Commit

Permalink
refs #4401 Fixing Ctest error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Mar 20, 2012
1 parent 5b06147 commit d2efb48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ namespace MDEvents
*/
class MDWSSlice
{

public:
MDWSSlice(){};
};

}
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDEvents/src/MDWSDescription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ dimMax(nDimesnions,1),
dimNames(nDimesnions,"mdn"),
dimIDs(nDimesnions,"mdn_"),
dimUnits(nDimesnions,"Momentum"),
convert_to_hkl(false),
GoniomMatr(3,3,true),
Wtransf(3,3,true),
convert_to_hkl(false),
u(1,0,0),
v(0,1,0),
is_uv_default(true),
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDEvents/test/MDWSSliceTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class MDWSSliceTest : public CxxTest::TestSuite
{
MDWSSliceTest slice;
//MDWSSliceTest slice;
public:
// This pair of boilerplate methods prevent the suite being created statically
// This means the constructor isn't called when running other tests
Expand Down

0 comments on commit d2efb48

Please sign in to comment.