diff --git a/src/fortran/fct.cpp b/src/fortran/fct.cpp index f80ea7647..4bd6b17dc 100644 --- a/src/fortran/fct.cpp +++ b/src/fortran/fct.cpp @@ -30,6 +30,10 @@ typedef Cabinet TransportCabinet; typedef integer status_t; +template<> ThermoCabinet* ThermoCabinet::s_storage; // defined in ct.cpp +template<> KineticsCabinet* KineticsCabinet::s_storage; // defined in ct.cpp +template<> TransportCabinet* TransportCabinet::s_storage; // defined in ct.cpp + namespace { ThermoPhase* _fph(const integer* n)