Skip to content

Commit

Permalink
Try switching syntax to placate mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Nov 15, 2023
1 parent e401aca commit cfa5a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avida-core/source/main/cPopulation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6705,9 +6705,9 @@ struct sTmpGenotype
Apto::Array<bool> parent_teacher;
Apto::Array<int> parent_ft;

Systematics::Source source{Systematics::TransmissionType::UNKNOWN, "", true};
Systematics::Source source = Systematics::Source(Systematics::TransmissionType::UNKNOWN, "", true);
Systematics::GroupPtr bg;


inline sTmpGenotype() : id_num(-1), props(NULL) { ; }
inline bool operator<(const sTmpGenotype& rhs) const {
Expand Down

0 comments on commit cfa5a85

Please sign in to comment.