Skip to content

Commit

Permalink
removed black lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Turner committed Sep 5, 2014
1 parent adfb04d commit ee82eae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1148,9 +1148,6 @@ DLL_EXPORT void executeChromosome(struct chromosome *chromo, const double *input
chromo->nodes[currentActiveNode]->output = DBL_MIN;
}
}



}

/* Set the chromosome outputs */
Expand Down Expand Up @@ -3334,7 +3331,6 @@ static double divide(const int numInputs, const double *inputs, const double *co
double divide = inputs[0];

for(i=1; i<numInputs; i++){

divide /= inputs[i];
}

Expand Down

0 comments on commit ee82eae

Please sign in to comment.