git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2102 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
37d0d29893
commit
902b6679b1
1 changed files with 13 additions and 0 deletions
|
|
@ -144,6 +144,18 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<<<<<<< .mine
|
||||||
|
virtual void printOn(std::ostream& os) const {
|
||||||
|
EO<Fitness>::printOn(os);
|
||||||
|
os << ' ';
|
||||||
|
os << N << ' ';
|
||||||
|
unsigned int i;
|
||||||
|
for( i=0;i<N;i++)
|
||||||
|
os<< vect[i] << ' ';
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
=======
|
||||||
virtual void printOn(std::ostream& os) const {
|
virtual void printOn(std::ostream& os) const {
|
||||||
EO<Fitness>::printOn(os);
|
EO<Fitness>::printOn(os);
|
||||||
os << ' ';
|
os << ' ';
|
||||||
|
|
@ -154,6 +166,7 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
>>>>>>> .r2101
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue