X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tool%2Ftool.h;fp=tool%2Ftool.h;h=43c82e121740b01689231f08a4919bb310065b5a;hb=19179a622c1de88de5ed7047643eec79f285bf2a;hp=a43fbfbf02d30958fb54f3ea3a853803e4a84922;hpb=e0af585ed57bdb5b1ea4f4a415fda13b5d99d2dc;p=libs%2Fdatafile.git diff --git a/tool/tool.h b/tool/tool.h index a43fbfb..43c82e1 100644 --- a/tool/tool.h +++ b/tool/tool.h @@ -11,6 +11,7 @@ private: std::string out_fn; bool binary; bool compile; + unsigned float_size; public: DataTool(int argc, char **argv);