update to new flags in a few missing places; reformatting

This commit is contained in:
Martin Reinecke 2012-11-06 19:10:34 +01:00
parent dbe11e8484
commit d377d60d4f
8 changed files with 64 additions and 50 deletions

View file

@ -78,10 +78,10 @@ class sharp_base
template<typename T> struct cxxjobhelper__ {};
template<> struct cxxjobhelper__<double>
{ enum {val=1}; };
{ enum {val=SHARP_DP}; };
template<> struct cxxjobhelper__<float>
{ enum {val=0}; };
{ enum {val=SHARP_SP}; };
template<typename T> class sharp_cxxjob: public sharp_base