From 2534e631c7aca3a93823ea3dc868808bba6cd824 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 10 Apr 2008 22:29:18 -0700 Subject: [PATCH] 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 --- alg/mussa.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2