erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
88 stars 56 forks source link

Smart pointers in C++ code #1220

Open zhang-alvin opened 4 years ago

zhang-alvin commented 4 years ago

The dynamic memory allocation calls via new in C++ should be replaced by smart pointers at some point as a matter of robustness and style moving forward.