From ecd364d4826a831676528090099b5761db9a1660 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Mon, 10 Aug 2020 10:28:58 +0200 Subject: [PATCH] fix typo --- lib/raweat.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/raweat.hpp b/lib/raweat.hpp index 3f656ac..172dd40 100644 --- a/lib/raweat.hpp +++ b/lib/raweat.hpp @@ -447,7 +447,7 @@ public: pnum[byi] = (int)datbuf[(unsigned long int)(numfl*sizeof(dattype)+byi)]; } - // add number of array + // add number to array datmes_.push_back((double)num * factor + offset); } } @@ -529,7 +529,7 @@ public: std::string get_unit() { // assert ( segments_.size() > 0 ); - + if ( datasec_["punit marker"].size() > 0 && segments_["punit marker"].size() > 6 ) {