aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/Complex.h')
-rw-r--r--Transceiver52M/Complex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Transceiver52M/Complex.h b/Transceiver52M/Complex.h
index 32eb18f..d02944b 100644
--- a/Transceiver52M/Complex.h
+++ b/Transceiver52M/Complex.h
@@ -257,7 +257,6 @@ template<class Real> std::ostream& operator<<(std::ostream& os, const Complex<Re
//os << z.r << ", ";
//if (z.i>=0) { os << "+"; }
os << z.i << "j";
- os << "\n";
return os;
}