Skip to content

Commit

Permalink
default arg to let rscore run
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPannetier committed Sep 29, 2024
1 parent 97f09b2 commit df1233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ struct simView {
class paramSim {

public:
paramSim(const string& pathToProjDir);
paramSim(const string& pathToProjDir = "");
~paramSim(void);
void setSim(simParams);
void setGeneticSim(string patchSamplingOption, bool outputGeneticValues, bool outputWeirCockerham, bool outputWeirHill, int outputStartGenetics, int outputGeneticInterval);
Expand Down

0 comments on commit df1233e

Please sign in to comment.