From c90cf350f02ab88c817ec9625d3ee01985ff6790 Mon Sep 17 00:00:00 2001 From: Silvio Waschina Date: Mon, 19 Aug 2024 12:50:25 +0200 Subject: [PATCH] Explicitly using libsbml c++ namespace - refers to #5 --- src/SBML.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/SBML.cpp b/src/SBML.cpp index dc85de1..34eaf26 100644 --- a/src/SBML.cpp +++ b/src/SBML.cpp @@ -11,11 +11,7 @@ using namespace Rcpp; -#if LIBSBML_VERSION >= 52004 -// For libSBML version 5.20.4 and above, use the libsbml namespace -using namespace libsbml; -#endif - +LIBSBML_CPP_NAMESPACE_USE /* * Get libSBML version number