fix typo
This commit is contained in:
parent
2e8fea74a6
commit
ecd364d482
@ -447,7 +447,7 @@ public:
|
|||||||
pnum[byi] = (int)datbuf[(unsigned long int)(numfl*sizeof(dattype)+byi)];
|
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);
|
datmes_.push_back((double)num * factor + offset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -529,7 +529,7 @@ public:
|
|||||||
std::string get_unit()
|
std::string get_unit()
|
||||||
{
|
{
|
||||||
// assert ( segments_.size() > 0 );
|
// assert ( segments_.size() > 0 );
|
||||||
|
|
||||||
if ( datasec_["punit marker"].size() > 0
|
if ( datasec_["punit marker"].size() > 0
|
||||||
&& segments_["punit marker"].size() > 6 )
|
&& segments_["punit marker"].size() > 6 )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user