https://gitlab.opengeosys.org/ogs/ogs.git
Revision e35ef356ff378abbfa5b767dcfd2db4afc529405 authored by Dmitri Naumov on 09 December 2015, 16:37:53 UTC, committed by Thomas Fischer on 14 December 2015, 09:50:03 UTC
Use reserve and push_back for copy instead of resize
saving initialization of the data.
1 parent b2f4478
Raw File
Tip revision: e35ef356ff378abbfa5b767dcfd2db4afc529405 authored by Dmitri Naumov on 09 December 2015, 16:37:53 UTC
[MeL] Assert materials PropVector. Speedup copy.
Tip revision: e35ef35
.gitignore
*.bak*
build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/modules.xml
back to top