Skip to content

Commit

Permalink
Bugfix: don't duplicate schema index
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Nov 15, 2023
1 parent 58f0e40 commit 436b347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avida-core/source/actions/SaveLoadActions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class cActionSaveGermlines : public cAction

// String Entries
schema.AddEntry("filename", 0, "detailgermlines");
schema.AddEntry("birthcounts", 0, false);
schema.AddEntry("birthcounts", 1, false);

cArgContainer* argc = cArgContainer::Load(args, schema, feedback);

Expand Down

0 comments on commit 436b347

Please sign in to comment.