Kaynağa Gözat

Minor tweaks to eliminate compiler warnings.

git-svn-id: https://svn.microneil.com/svn/SNFMulti/trunk@7 dc71a809-1921-45c4-985c-09c81d0142d9
wx
madscientist 15 yıl önce
ebeveyn
işleme
aa621e0bec
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4
    4
      snfCFGmgr.hpp

+ 4
- 4
snfCFGmgr.hpp Dosyayı Görüntüle

@@ -159,12 +159,12 @@ class RangePoint {
public:

RangePoint() : // The simple constructor sets all to zero.
Confidence(0.0),
Probability(0.0) {}
Probability(0.0),
Confidence(0.0) {}

RangePoint(double C, double P) : // This constructor sets the values.
Confidence(C),
Probability(P) {}
Probability(P),
Confidence(C) {}

double Probability; // Probability and Confidence are
double Confidence; // freely accessible.

Loading…
İptal
Kaydet