Skip to content

Commit

Permalink
comply with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Nov 26, 2024
1 parent 7a1e56e commit 186c1fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions multipers/gudhi/truc.h
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,9 @@ class Truc {

// TODO: declare method here instead of scc_io.h
// it is just temporary, until Truc is cleaned up
friend void write_scc_file<Truc>(const std::string &outFilePath,
const Truc &slicer,
template <class Truc_>
friend void write_scc_file(const std::string &outFilePath,
const Truc_ &slicer,
int numberOfParameters,
int degree,
bool rivetCompatible,
Expand Down

0 comments on commit 186c1fd

Please sign in to comment.