git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2063 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2250ff6e11
commit
58959b8930
1 changed files with 8 additions and 0 deletions
|
|
@ -145,6 +145,14 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual void printOn(std::ostream& os) const {
|
||||||
|
EO<Fitness>::printOn(os);
|
||||||
|
os << ' ';
|
||||||
|
os << N << ' ';
|
||||||
|
for(int i=0;i<N;i++)
|
||||||
|
os<<vect[i];
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue