Skip to content

Commit

Permalink
[Fortran] Fix compilation warnings from Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Aug 7, 2022
1 parent 4fcef25 commit cc900a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fortran/fct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc900a3

Please sign in to comment.