comparison runner/JAMSFeatureWriter.h @ 204:1f8fef5c6ea2

Add digits option to JAMS output, for number of sig figs
author Chris Cannam
date Tue, 03 Nov 2015 11:36:24 +0000
parents cdd825dbba35
children c17b184c16db
comparison
equal deleted inserted replaced
203:08d492f861e9 204:1f8fef5c6ea2
98 std::string m_format; 98 std::string m_format;
99 bool m_network; 99 bool m_network;
100 bool m_networkRetrieved; 100 bool m_networkRetrieved;
101 int m_n; 101 int m_n;
102 int m_m; 102 int m_m;
103 int m_digits;
103 }; 104 };
104 105
105 #endif 106 #endif
106 107