Skip to content

Commit

Permalink
Fix missing function inline in fst cathedral compute
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed May 15, 2024
1 parent a9d3983 commit 8f8bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/genesis/population/function/fst_cathedral.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ std::vector<FstCathedralPlotRecord> compute_fst_cathedral_records(
* plot of FST, using the result of compute_fst_cathedral_records().
* The returned matrix can then be plotted as a heatmap.
*/
void compute_fst_cathedral_matrix(
inline void compute_fst_cathedral_matrix(
CathedralPlotParameters const& parameters,
FstCathedralPlotRecord& record
) {
Expand Down

0 comments on commit 8f8bed9

Please sign in to comment.