https://gitlab.opengeosys.org/ogs/ogs.git
Revision 288f9a8c26eae26d88fd0a9e6e7c4b71d2beecde authored by Dmitri Naumov on 22 March 2021, 11:55:47 UTC, committed by Dmitri Naumov on 22 March 2021, 13:29:49 UTC
Eliminating the function also reveals a copy of the data
being made internally.
1 parent 438c381
Raw File
Tip revision: 288f9a8c26eae26d88fd0a9e6e7c4b71d2beecde authored by Dmitri Naumov on 22 March 2021, 11:55:47 UTC
Replace Writer::writeToFile with writeStringToFile
Tip revision: 288f9a8
.codespellrc
[codespell]
skip = ./.git,./Tests/Data,./ThirdParty,*.yml,*.bib,./web/content/imprint.md,./GeoLib/IO/XmlIO/OpenGeoSysSTN.xsd
ignore-words-list = Theis,nd,theis,strat
exclude-file = .codespellexclude
back to top