I wish I'd stop cutting-n-pasting the name of the class from the .cpp
[mussa.git] / alg / mussa.hpp
index 1e519955f32b8a8c6da67c7fcf444cae98e92395..6a0ca4eeca4743df44d7af040233d788c40ed147 100644 (file)
@@ -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);