Skip to content
Snippets Groups Projects
Commit a8d3a4ea authored by Andreas Schenk's avatar Andreas Schenk
Browse files

fixed fft template instantiation for double precision compiles

parent 9e258955
No related branches found
No related tags found
No related merge requests found
...@@ -268,7 +268,7 @@ ImageStateBasePtr FFTFnc::VisitState(const ImageStateImpl<T,D>& s) const ...@@ -268,7 +268,7 @@ ImageStateBasePtr FFTFnc::VisitState(const ImageStateImpl<T,D>& s) const
} }
// force explicit instantiation to make intel compiler happy // force explicit instantiation to make intel compiler happy
template ImageStateBasePtr FFTFnc::VisitState<float,FrequencyDomain>(const ImageStateImpl<float,FrequencyDomain>& ) const; template ImageStateBasePtr FFTFnc::VisitState<Real,FrequencyDomain>(const ImageStateImpl<Real,FrequencyDomain>& ) const;
template ImageStateBasePtr FFTFnc::VisitState<unsigned short,SpatialDomain>(const ImageStateImpl<unsigned short,SpatialDomain>& ) const; template ImageStateBasePtr FFTFnc::VisitState<unsigned short,SpatialDomain>(const ImageStateImpl<unsigned short,SpatialDomain>& ) const;
} //alg ns } //alg ns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment