lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5797] Demonstrate defect introduced 20131003T2105Z


From: Greg Chicares
Subject: [lmi-commits] [5797] Demonstrate defect introduced 20131003T2105Z
Date: Fri, 18 Oct 2013 11:09:17 +0000

Revision: 5797
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5797
Author:   chicares
Date:     2013-10-18 11:09:11 +0000 (Fri, 18 Oct 2013)
Log Message:
-----------
Demonstrate defect introduced 20131003T2105Z

Modified Paths:
--------------
    lmi/trunk/gpt_test.cpp

Modified: lmi/trunk/gpt_test.cpp
===================================================================
--- lmi/trunk/gpt_test.cpp      2013-10-16 11:17:34 UTC (rev 5796)
+++ lmi/trunk/gpt_test.cpp      2013-10-18 11:09:11 UTC (rev 5797)
@@ -69,6 +69,7 @@
         };
     static std::vector<double> const q_a(q + age, q + n);
     static std::vector<double> const q_m(a_to_m(q_a));
+    LMI_ASSERT(q_m.size() == static_cast<unsigned int>(n - age));
     return q_m;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]