Skip to content

Commit

Permalink
refs #4201 Trying to fix Unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 8, 2012
1 parent 9fdfd28 commit d07e2a8
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 ConvertToMDEvensEventWSAutoRebin: 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_state QX, AnalMode MODEX, CnvrtUnits CONVX,XCoordType XTYPE>
friend struct COORD_TRANSFORMER;
// the instanciation of the class which does the transformation itself
COORD_TRANSFORMER<Q,MODE,ConvFromTOF,Histohram> trn;
Expand Down
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, MODE, CONV, Histohram>
template<Q_state QX, AnalMode MODEX,CnvrtUnits CONVX, XCoordType Type>
friend struct COORD_TRANSFORMER;
// the instanciation of the class which does the transformation itself
COORD_TRANSFORMER<Q,MODE,CONV,Histohram> trn;
Expand Down

0 comments on commit d07e2a8

Please sign in to comment.