You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that all deviser generated writers have issues with dereferencing NULL documents when writing. (This also happens in libSBML). The fix needs to go to:
generator/code_files/templates/Writer.cpp
This also needs to check that the error log is not NULL.
The text was updated successfully, but these errors were encountered:
I've noticed that all deviser generated writers have issues with dereferencing NULL documents when writing. (This also happens in libSBML). The fix needs to go to:
generator/code_files/templates/Writer.cpp
This also needs to check that the error log is not NULL.
The text was updated successfully, but these errors were encountered: