jnalanko / VOMM

Space-efficient variable-order Markov models
6 stars 1 forks source link

candidate expects 3 arguments, 4 provided #19

Closed fcunial closed 6 years ago

fcunial commented 6 years ago

reconstruct.cpp:134:75: error: no matching function for call to 'Global_Data::load_all_from_disk(std::cxx11::string&, std::cxx11::string&, bool&, bool)' G.load_all_from_disk(C.modeldir, C.filename, C.run_length_coding, true); ^ In file included from Parent_Support.hh:10:0, from reconstruct.cpp:18: globals.hh:120:10: note: candidate: void Global_Data::load_all_from_disk(std::cxx11::string, std::cxx11::string, bool) void load_all_from_disk(string directory, string filename_prefix, bool load_bibwt) {

jnalanko commented 6 years ago

Fixed now (commit bd123a5)