Skip to content

Commit

Permalink
refs #4401 fixing unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Mar 20, 2012
1 parent 90def14 commit 5b06147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ConvertToMDEventsWS<Ws2DHistoType,Q,MODE,CONV,Sample>: public IConvertToMD
{
/// 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 Type,SampleType XSample>
template<Q_state XQ,AnalMode XMODE,CnvrtUnits XCONV,XCoordType Type,SampleType XSample>
friend struct COORD_TRANSFORMER;
// the instanciation of the class which does the transformation itself
COORD_TRANSFORMER<Q,MODE,CONV,Histogram,Sample> trn;
Expand Down

0 comments on commit 5b06147

Please sign in to comment.