Skip to content
Snippets Groups Projects
Commit cdaa8427 authored by Andreas Schenk's avatar Andreas Schenk Committed by BIOPZ-Johner Niklaus
Browse files

fixed fft template instantiation for double precision compiles

parent f5be7db1
Branches
Tags
No related merge requests found
......@@ -268,7 +268,7 @@ ImageStateBasePtr FFTFnc::VisitState(const ImageStateImpl<T,D>& s) const
}
// 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;
} //alg ns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment