From 99bb07466fc521e871ae8937038d36d26b7bc3f4 Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Tue, 17 Jul 2007 13:03:29 +0000 Subject: [PATCH] comments removed --- eo/src/eoSecondsElapsedContinue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/src/eoSecondsElapsedContinue.h b/eo/src/eoSecondsElapsedContinue.h index 445f45b0..08bb991c 100644 --- a/eo/src/eoSecondsElapsedContinue.h +++ b/eo/src/eoSecondsElapsedContinue.h @@ -52,12 +52,12 @@ public: void readFrom (std :: istream & __is) { - __is >> start >> seconds; /* Loading the number of generations counted */ + __is >> start >> seconds; } void printOn (std :: ostream & __os) const { - __os << start << ' ' << seconds << std :: endl; /* Saving the number of generations counted */ + __os << start << ' ' << seconds << std :: endl; } };