Skip to content

Commit

Permalink
remove extra parameter in doPrintWorkerResultHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontemuino committed Aug 30, 2016
1 parent e751c55 commit ed38495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mspar.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ char* generateSample(struct params parameters, unsigned int maxsites, int *bytes
char *generateSamples(int, struct params, unsigned, int *bytes);
struct gensam_result gensam(char **gametes, double *probss, double *ptmrca, double *pttot, struct params pars, int* segsites);
char *append(char *lhs, const char *rhs);
char *doPrintWorkerResultHeader(int segsites, double probss, struct params paramters, char *treeOutput, int *bytes);
char *doPrintWorkerResultHeader(int segsites, double probss, struct params paramters, char *treeOutput);
char *doPrintWorkerResultPositions(int segsites, int output_precision, double *posit);
char *doPrintWorkerResultGametes(int segsites, int nsam, char **gametes);
char *readResults(MPI_Comm comm, int* source, int *bytes);
Expand Down

0 comments on commit ed38495

Please sign in to comment.