Skip to content

Commit

Permalink
Merge branch 'kai2june-master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Dec 23, 2020
2 parents 589eb28 + 080ed28 commit f6e25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Transcript.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Transcript {
using Rank9bPointer = std::unique_ptr<rank9b>;

Transcript()
: RefName(nullptr), RefLength(std::numeric_limits<uint32_t>::max()),
: RefName(), RefLength(std::numeric_limits<uint32_t>::max()),
CompleteLength(std::numeric_limits<uint32_t>::max()),
EffectiveLength(-1.0), id(std::numeric_limits<uint32_t>::max()),
logPerBasePrior_(salmon::math::LOG_0), priorMass_(salmon::math::LOG_0),
Expand Down

0 comments on commit f6e25eb

Please sign in to comment.