OPM / opm-core

Collection of utilities, solvers and other components.
http://www.opm-project.org
GNU General Public License v3.0
44 stars 50 forks source link

mark initHydroCarbonState() as inline #1178

Closed andlaus closed 6 years ago

andlaus commented 6 years ago

this allows it to be used in multiple compile units without the linker running amok.

atgeirr commented 6 years ago

Good catch, thanks.