Skip to content

Commit

Permalink
errors in unix build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPannetier committed Feb 15, 2024
1 parent 8aacd42 commit 6c1a8c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/RScore/Model.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

#include <sys/types.h>
#include <sys/stat.h>
#include <chrono>

#include "Parameters.h"
#include "Landscape.h"
Expand Down
4 changes: 2 additions & 2 deletions src/RScore/Species.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ void Species::resetGeneticParameters() {
numberOfAdaptiveTraits = 0;
genomeSize = -9999;
recombinationRate = -9999;
nSampleCellsFst = -9999;
nIndsToSample = -9999;
nSampleCellsFst = "";
nIndsToSample = "";
chromosomeEnds.clear();
samplePatchList.clear();
}
Expand Down

0 comments on commit 6c1a8c7

Please sign in to comment.