From df1e9e57be61bb1b99e633d0aeb802693136d4e6 Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Wed, 17 Jan 2024 16:15:30 +0100
Subject: [PATCH] Remove place-holder comments

---
 src/libnptm/tra_subs.cpp | 3 +--
 src/trapping/clffft.cpp  | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/libnptm/tra_subs.cpp b/src/libnptm/tra_subs.cpp
index 1903f9d3..792ed3fe 100644
--- a/src/libnptm/tra_subs.cpp
+++ b/src/libnptm/tra_subs.cpp
@@ -438,7 +438,6 @@ void wamff(
     un[0] = -sph;
     un[1] = cph;
     un[2] = 0.0;
-    // Would call PWMALP(W,UP,UN,YLM,LM)
     pwmalp(w, up, un, ylm, lm);
     double apfa = sth * apfafa;
     if (spd > 0.0) {
@@ -446,7 +445,7 @@ void wamff(
       double cthl = sqrt(1.0 - sthl * sthl);
       double arg = spd * (z - (r / rir) * cthl);
       cfam = (tra * std::exp(-apfa * apfa) / sqrt(cthl)) * std::exp(uim * arg);
-      if (lmode == 0) { // CHECK: Computed GO TO, not sure what happens with LMODE = 0
+      if (lmode == 0) {
 	if (sth == 0.0) { // label 45
 	  ftc1 = ftcn;
 	  ftc2 = ftcn;
diff --git a/src/trapping/clffft.cpp b/src/trapping/clffft.cpp
index 39bd1ea3..e9c1f421 100644
--- a/src/trapping/clffft.cpp
+++ b/src/trapping/clffft.cpp
@@ -217,7 +217,6 @@ void lffft(string data_file, string output_path) {
 	  // label 155
 	  if (!goto160) {
 	    if (jss != 1) {
-	      // Would open the ITT file.
 	      string tlfft_name = output_path + "/c_TLFFT";
 	      tlfft.open(tlfft_name.c_str(), ios::out | ios::binary);
 	      if (tlfft.is_open()) {
-- 
GitLab