I wish I'd stop cutting-n-pasting the name of the class from the .cpp
authorDiane Trout <diane@caltech.edu>
Fri, 11 Apr 2008 05:29:18 +0000 (22:29 -0700)
committerDiane Trout <diane@caltech.edu>
Fri, 11 Apr 2008 05:29:18 +0000 (22:29 -0700)
file to the .hpp file as the linux versions of gcc don't like it

alg/mussa.hpp

index 1e519955f32b8a8c6da67c7fcf444cae98e92395..6a0ca4eeca4743df44d7af040233d788c40ed147 100644 (file)
@@ -80,7 +80,7 @@ public:
     void clear();
 
     //! set parameters from a file - 'mupa' ~ mussa parameters
     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);
       load_mupa_file(boost::filesystem::path(para_file_path));
     }
     void load_mupa_file(boost::filesystem::path para_file_path);