Skip to content

Commit

Permalink
add meter2count, rc 1
Browse files Browse the repository at this point in the history
  • Loading branch information
py0330 committed Sep 17, 2015
1 parent aad9251 commit eb53230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aris_ExpCal/Aris_ExpCal.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ namespace Aris
friend MATRIX CombineMatrices(const MATRIX_LISTLIST &matrices);

std::string ToString() const;
double ToDouble() const;
double ToDouble() const { return pData[0]; };
void dsp()
{
std::cout << std::setiosflags(std::ios::fixed) << std::setiosflags(std::ios::right) << std::setprecision(5);
Expand Down

0 comments on commit eb53230

Please sign in to comment.