We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c535f commit 26e83b2Copy full SHA for 26e83b2
src/IsoSpec++/fixedEnvelopes.h
@@ -61,7 +61,7 @@ class ISOSPEC_EXPORT_SYMBOL FixedEnvelope {
61
allDim(0),
62
sorted_by_mass(false),
63
sorted_by_prob(false),
64
- total_prob(0.0),
+ total_prob(NAN),
65
current_size(0),
66
allDimSizeofInt(0)
67
// Deliberately not initializing tmasses, tprobs, tconfs
0 commit comments