Skip to content

Commit eb53230

Browse files
committed
add meter2count, rc 1
1 parent aad9251 commit eb53230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aris_ExpCal/Aris_ExpCal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ namespace Aris
294294
friend MATRIX CombineMatrices(const MATRIX_LISTLIST &matrices);
295295

296296
std::string ToString() const;
297-
double ToDouble() const;
297+
double ToDouble() const { return pData[0]; };
298298
void dsp()
299299
{
300300
std::cout << std::setiosflags(std::ios::fixed) << std::setiosflags(std::ios::right) << std::setprecision(5);

0 commit comments

Comments
 (0)