mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[Fortran] Fix compilation warnings from Clang
This commit is contained in:
committed by
Ingmar Schoegl
parent
c35d0eea4d
commit
9b25602dcd
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user