Skip to content

Commit 26e83b2

Browse files
committed
Bugfix
1 parent 20c535f commit 26e83b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IsoSpec++/fixedEnvelopes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ISOSPEC_EXPORT_SYMBOL FixedEnvelope {
6161
allDim(0),
6262
sorted_by_mass(false),
6363
sorted_by_prob(false),
64-
total_prob(0.0),
64+
total_prob(NAN),
6565
current_size(0),
6666
allDimSizeofInt(0)
6767
// Deliberately not initializing tmasses, tprobs, tconfs

0 commit comments

Comments
 (0)