Skip to content
Snippets Groups Projects

Master

Merged KINGNE NGOUMETEU Jehoiakim requested to merge master into Jehoiakim
6 files
+ 283
19
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
19
@@ -30,15 +30,6 @@ Animal::Animal() {
orientation = static_cast<double>( rand() )/RAND_MAX*2.*M_PI;
speed = static_cast<double>( rand() )/RAND_MAX*MAX_SPEED;
isMultiple = 0;
// Testtttttttttttttttttttttttttttttttttttttttttttt
//int which_behaviour;
//which_behaviour = rand() % 2 + 1;
isMultiple = 0;
@@ -82,16 +73,6 @@ Animal::Animal( const Animal & a ){
orientation = a.orientation;
speed = a.speed;
isMultiple = 0;
// Testtttttttttttttttttttttttttttttttttttttttttttt
//int which_behaviour;
//which_behaviour = rand() % 2 + 1;
isMultiple = 0;
if ( next%4 == 0 ){
Loading