Skip to content
Snippets Groups Projects
Commit df1e9e57 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove place-holder comments

parent 16ef7ed1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment