Skip to content

Commit

Permalink
Stupid typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Gozzard authored and Andrew Gozzard committed Oct 24, 2015
1 parent 9a5cb78 commit b11dd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Evolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int main() {
for (auto l : layers) {
fitlog << " " << l;
}
firlog << endl;
fitlog << endl;

for (int gen = 0; gen < gen_limit; ++gen) {
cerr << "Evaulating generation " << gen << "...";
Expand Down

0 comments on commit b11dd6c

Please sign in to comment.