lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f2c8ba0 5/7: Remove a comment that is no long


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f2c8ba0 5/7: Remove a comment that is no longer relevant
Date: Fri, 24 Feb 2017 15:22:53 -0500 (EST)

branch: master
commit f2c8ba06171aa9bbd512daa095f6f0dc6da841f3
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove a comment that is no longer relevant
    
    The answer to the removed question is that InputSequenceEntry hands
    input to InputSequence and formats what it gets back: it doesn't have
    its own separate parser. InputSequenceEntry began filling gaps when
    InputSequence did.
---
 input_sequence_test.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/input_sequence_test.cpp b/input_sequence_test.cpp
index 72fa684..5240637 100644
--- a/input_sequence_test.cpp
+++ b/input_sequence_test.cpp
@@ -494,8 +494,6 @@ int test_main(int, char*[])
     double const d[n] = { 0 ,  0 ,  0 ,  0 ,  0 };
     std::string const e("q [0, 2); p [4, maturity)");
     census += "\tannual [0, 2); monthly [4, maturity)\t\t\n";
-    // A sequence with a gap can't be created in the GUI; but how does
-    // the GUI translate this sequence if it's typed in?
     std::string const g("q [0, 2); z [2, 4); p [4, maturity)");
     strvec const k{"p", "q", "z"};
     bool const o = true;



reply via email to

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