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
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top