lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 2eb2647 1/8: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 2eb2647 1/8: Improve documentation
Date: Thu, 27 May 2021 17:44:26 -0400 (EDT)

branch: master
commit 2eb2647d115af296f4d3660bed475b5332f37f9c
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Improve documentation
    
    Referred to a function template as such, rather than as the macro that
    it presumably once was.
---
 zero_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zero_test.cpp b/zero_test.cpp
index 0d2b32b..fd21c18 100644
--- a/zero_test.cpp
+++ b/zero_test.cpp
@@ -165,7 +165,7 @@ int test_main(int, char*[])
 
     LMI_TEST(e_more_or_less == e_or_less || e_more_or_less == e_or_more);
 
-    // Various tests--see macro definition.
+    // Various tests--see function-template definition.
 
     test_zero(0.5, 5.0, 1, e, std::exp(1.0));
     test_zero(0.5, 5.0, 2, e, std::exp(1.0));



reply via email to

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