Skip to content

Commit

Permalink
found where I was leaving is_sbml set
Browse files Browse the repository at this point in the history
  • Loading branch information
skeating committed Nov 9, 2023
1 parent 0ae3954 commit 2dad67e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,4 +665,6 @@ ExtraLong_isValidString(const char* code)



LIBSBML_CPP_NAMESPACE_END
LIBSBML_CPP_NAMESPACE_END


Original file line number Diff line number Diff line change
Expand Up @@ -746,4 +746,6 @@ LIBSBML_CPP_NAMESPACE_END



#endif /* !TestcaseExtension_H__ */
#endif /* !TestcaseExtension_H__ */


3 changes: 2 additions & 1 deletion deviser/util/global_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,11 @@ def set_globals(lang, base, doc, prfix, lib, is_pack, pkg_prefix,
specifications=[], depend=[], library_vers=[],
my_copyright='', annot_elem='', notes_elem='', use_id_1=True,
use_name_1=True, ast=False, xml=False, top_name=''):
global is_sbml
is_sbml = True
global language
language = lang
if language != 'sbml':
global is_sbml
is_sbml = False

global namespaces
Expand Down

0 comments on commit 2dad67e

Please sign in to comment.