[Fortran] Fix compilation warnings from Clang

This commit is contained in:
Ray Speth
2022-08-07 14:12:41 -04:00
committed by Ingmar Schoegl
parent c35d0eea4d
commit 9b25602dcd

View File

@@ -30,6 +30,10 @@ typedef Cabinet<Transport> 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)