diff --git a/lib/raweat.hpp b/lib/raweat.hpp index 8523925..a99dcfa 100644 --- a/lib/raweat.hpp +++ b/lib/raweat.hpp @@ -20,15 +20,15 @@ #include #include -#include "endian.hpp" +// #include "endian.hpp" #include "hexshow.hpp" // support for 16bit floats -#include -#include -//#include -#include "half.hpp" -//#include "half_precision_floating_point.hpp" +// #include +// #include +// #include +// #include "half.hpp" +// #include "half_precision_floating_point.hpp" //---------------------------------------------------------------------------// @@ -366,7 +366,7 @@ public: case 11 : std::cout<<"warning: '2-Byte-Word digital' datatype with experimental support\n"; assert ( sizeof(short int)*8 == typesize ); - convert_data_as_type(datbuf,factor,offset); + convert_data_as_type(datbuf,factor,offset); break; }