lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5069] Move a comment, merging two defect markers


From: Greg Chicares
Subject: [lmi-commits] [5069] Move a comment, merging two defect markers
Date: Mon, 26 Jul 2010 23:53:37 +0000

Revision: 5069
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5069
Author:   chicares
Date:     2010-07-26 23:53:37 +0000 (Mon, 26 Jul 2010)
Log Message:
-----------
Move a comment, merging two defect markers

Modified Paths:
--------------
    lmi/trunk/input_harmonization.cpp
    lmi/trunk/tn_range_type_trammels.hpp

Modified: lmi/trunk/input_harmonization.cpp
===================================================================
--- lmi/trunk/input_harmonization.cpp   2010-07-26 23:19:56 UTC (rev 5068)
+++ lmi/trunk/input_harmonization.cpp   2010-07-26 23:53:37 UTC (rev 5069)
@@ -246,7 +246,11 @@
 
 #if 0
 // TODO ?? Temporarily suppress this while exploring automatic-
-// enforcement options in the skeleton trunk.
+// enforcement options in the skeleton trunk. Certain limits are
+// interdependent:
+//    issue_age      [0, omega - 1] (taken as an independent variable)
+//    attained_age   [x, omega - 1]
+//    duration       [0, omega-x-1]
     IssueAge.minimum_and_maximum
         (static_cast<int>(database_->Query(DB_MinIssAge))
         ,static_cast<int>(database_->Query(DB_MaxIssAge))

Modified: lmi/trunk/tn_range_type_trammels.hpp
===================================================================
--- lmi/trunk/tn_range_type_trammels.hpp        2010-07-26 23:19:56 UTC (rev 
5068)
+++ lmi/trunk/tn_range_type_trammels.hpp        2010-07-26 23:53:37 UTC (rev 
5069)
@@ -80,13 +80,6 @@
     T nominal_maximum() const {return std::numeric_limits<T>::max();}
 };
 
-// TODO ?? These three
-//    issue_age      [0, omega - 1]
-//    attained_age   [x, omega - 1]
-//    duration       [0, omega-x-1]
-// are identical for now; they're distinguished so that the
-// limit semantics above can be added later.
-
 template<typename T>
 class issue_age_trammel
     :public trammel_base<T>




reply via email to

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