From ba9b9ed43b130803f434ae5345d8d84c1260b36b Mon Sep 17 00:00:00 2001
From: Norbert Podhorszki <pnorbert@ornl.gov>
Date: Fri, 24 Mar 2017 15:37:41 -0400
Subject: [PATCH] fix the same function name again

---
 src/core/Method.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/Method.cpp b/src/core/Method.cpp
index 482542194..08660e782 100644
--- a/src/core/Method.cpp
+++ b/src/core/Method.cpp
@@ -26,7 +26,7 @@ Method::Method( const std::string name, const bool debugMode ):
 Method::~Method( )
 { }
 
-bool isUserDefined()
+bool Method::isUserDefined()
 {
     return false; //TODO: check if XML has the method defined
 }
-- 
GitLab