From: Diane Trout Date: Fri, 11 Apr 2008 05:29:18 +0000 (-0700) Subject: I wish I'd stop cutting-n-pasting the name of the class from the .cpp X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=2534e631c7aca3a93823ea3dc868808bba6cd824 I wish I'd stop cutting-n-pasting the name of the class from the .cpp file to the .hpp file as the linux versions of gcc don't like it --- diff --git a/alg/mussa.hpp b/alg/mussa.hpp index 1e51995..6a0ca4e 100644 --- a/alg/mussa.hpp +++ b/alg/mussa.hpp @@ -80,7 +80,7 @@ public: void clear(); //! set parameters from a file - 'mupa' ~ mussa parameters - void Mussa::load_mupa_file(const std::string& para_file_path) { + void load_mupa_file(const std::string& para_file_path) { load_mupa_file(boost::filesystem::path(para_file_path)); } void load_mupa_file(boost::filesystem::path para_file_path);