Skip to content

Commit

Permalink
Explicitly using libsbml c++ namespace
Browse files Browse the repository at this point in the history
- refers to #5
  • Loading branch information
Waschina committed Aug 19, 2024
1 parent bb849a1 commit c90cf35
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/SBML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c90cf35

Please sign in to comment.