comments removed
This commit is contained in:
parent
39a6864e3d
commit
99bb07466f
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue