From 0dd93d56d6d0d62acbf2e0808b080850c14c900c Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 24 Nov 2011 10:19:07 +0200 Subject: [PATCH] cleanup --- src/Radio/radio.cxx | 6 +++--- src/Radio/radio.hxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Radio/radio.cxx b/src/Radio/radio.cxx index 7e9c4cba9..6ce93ba63 100644 --- a/src/Radio/radio.cxx +++ b/src/Radio/radio.cxx @@ -1,4 +1,4 @@ -// commradio.cxx -- implementation of FGCommRadio +// radio.cxx -- implementation of FGRadio // Class to manage radio propagation using the ITM model // Written by Adrian Musceac, started August 2011. // @@ -101,11 +101,11 @@ void FGRadio::receiveText(SGGeod tx_pos, double freq, string text, /* string hash_noise = " "; int reps = (int) (fabs(floor(signal - 11.0)) * 2); - cerr << "Reps: " << reps << endl; + //cerr << "Reps: " << reps << endl; int t_size = text.size(); for (int n = 1; n <= reps; ++n) { int pos = rand() % (t_size -1); - cerr << "Pos: " << pos << endl; + //cerr << "Pos: " << pos << endl; text.replace(pos,1, hash_noise); } */ diff --git a/src/Radio/radio.hxx b/src/Radio/radio.hxx index 91d028047..4b2b67c85 100644 --- a/src/Radio/radio.hxx +++ b/src/Radio/radio.hxx @@ -1,4 +1,4 @@ -// commradio.hxx -- class to manage a comm radio instance +// radio.hxx -- FGRadio: class to manage radio propagation // // Written by Adrian Musceac, started August 2011. // -- 2.39.5