16 #ifndef __stir_HigherPrecision__H__ 17 #define __stir_HigherPrecision__H__ 44 typedef long double type;
50 typedef std::complex<typename HigherPrecision<T>::type> type;
basic configuration include file
Helper class to get a type with higher precision.
Definition: HigherPrecision.h:30