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 8, 2012
1 parent d3c4882 commit 9fdfd28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ConvertToMDEvensHistoWS: public IConvertToMDEventsMethods
{
/// shalow class which is invoked from processQND procedure and describes the transformation from workspace coordinates to target coordinates
/// presumably will be completely inlined
template<Q_state Q, AnalMode MODE, CnvrtUnits CONV,XCoordType XTYPE>
template<Q, MODE, CONV, Histohram>
friend struct COORD_TRANSFORMER;
// the instanciation of the class which does the transformation itself
COORD_TRANSFORMER<Q,MODE,CONV,Histohram> trn;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "MantidMDAlgorithms/ConvertToMDEventsUnitsConv.h"
#include "MantidMDAlgorithms/ConvertToMDEventsCoordTransf.h"
#include "MantidMDAlgorithms/ConvertToMDEventsHistoWS.h"
#include "MAntidMDAlgorithms/ConvertToMDEventsEventWS.h"
#include "MantidMDAlgorithms/ConvertToMDEventsEventWS.h"

#include <algorithm>
#include <float.h>
Expand Down

0 comments on commit 9fdfd28

Please sign in to comment.