mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Some of the functions in Main.hpp do not need to be guarded by a \#ifndef OPM_FLOW_MAIN Since they are template functions, they will not be included in the code unless explicitly instantiated.