We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saveDocument frees resources and sets the document status to SAVED.
saveDocument
SAVED
tixi/src/tixiInternal.c
Lines 1233 to 1237 in 470570d
As a consequence, a saved document cannot be edited anymore:
tixi/src/tixiImpl.c
Lines 1231 to 1234 in 470570d
This is counter-intuitive, because there is also tixiCloseDocument and having intermediate saves in a long simulation run is a valid use case.
tixiCloseDocument
Thanks @CLiersch for pointing this out.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
saveDocument
frees resources and sets the document status toSAVED
.tixi/src/tixiInternal.c
Lines 1233 to 1237 in 470570d
As a consequence, a saved document cannot be edited anymore:
tixi/src/tixiImpl.c
Lines 1231 to 1234 in 470570d
This is counter-intuitive, because there is also
tixiCloseDocument
and having intermediate saves in a long simulation run is a valid use case.Thanks @CLiersch for pointing this out.
The text was updated successfully, but these errors were encountered: