Commit 27d9ff8e authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Enabled processing of float meshes in tnl-view

parent 6d4dc8c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ namespace BuildConfigTags {
/****
 * Turn off support for float and long double.
 */
template<> struct GridRealTag< TNLViewBuildConfigTag, float > { enum { enabled = false }; };
//template<> struct GridRealTag< TNLViewBuildConfigTag, float > { enum { enabled = false }; };
template<> struct GridRealTag< TNLViewBuildConfigTag, long double > { enum { enabled = false }; };

/****