lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 038bd37 2/3: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 038bd37 2/3: Improve documentation
Date: Thu, 16 Feb 2017 06:38:29 -0500 (EST)

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

    Improve documentation
    
    Replaced one commented-out line that would have appended an unpastable
    string to 'census' with the same comment used elsewhere.
---
 input_sequence_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/input_sequence_test.cpp b/input_sequence_test.cpp
index fd94b9d..1e76748 100644
--- a/input_sequence_test.cpp
+++ b/input_sequence_test.cpp
@@ -273,7 +273,7 @@ int test_main(int, char*[])
     int const n = 5;
     double const d[n] = {0, 0, 0, 0, 0};
     std::string const e("1 [0, 0); 3 (1, 2); 5 (2, 2]; 7");
-//    census += "'" + e + "\t\timproper first interval\t\n";
+    // census: invalid expression cannot be pasted into GUI
     std::string const g(""); // Expression is invalid.
     char const* m =
         "Interval [ 0, 0 ) is improper: it ends before it begins."



reply via email to

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