lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 9b78c44 2/9: Remove a dead reference to an id


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9b78c44 2/9: Remove a dead reference to an idea that seems silly anyway
Date: Sun, 4 Apr 2021 07:00:19 -0400 (EDT)

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

    Remove a dead reference to an idea that seems silly anyway
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2021-03/msg00056.html
---
 gpt_test.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gpt_test.cpp b/gpt_test.cpp
index fa40733..3a507fb 100644
--- a/gpt_test.cpp
+++ b/gpt_test.cpp
@@ -176,10 +176,6 @@ double const touchstone[100][3] =
         ,{111221.7271446342 , 112671.1356520957  , 228328.2710683905   } // 99
     };
 
-// These could be made static members of class gpt_test, but this way
-// is more convenient; see also:
-//   
https://www.securecoding.cert.org/confluence/display/cplusplus/MSC22-CPP.+Do+not+define+static+private+members
-
 std::vector<double> q_m                  ;
 std::vector<double> glp_ic               ;
 std::vector<double> glp_ig               ;



reply via email to

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