From d4ce2e751377491ac10accdf0abcc830f6f7d532 Mon Sep 17 00:00:00 2001 From: Norbert Podhorszki <pnorbert@ornl.gov> Date: Fri, 24 Mar 2017 15:17:05 -0400 Subject: [PATCH] fix function name in Method.cpp --- 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 6d795e81d..482542194 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 MethodisUserDefined() +bool isUserDefined() { return false; //TODO: check if XML has the method defined } -- GitLab