Page MenuHomec4science

decl.inl
No OneTemporary

File Metadata

Created
Tue, Sep 10, 01:45

decl.inl

#ifndef SPECMICP_REACTMICP_SOLVER_DECL_INL
#define SPECMICP_REACTMICP_SOLVER_DECL_INL
//! \file decl.inl common declaration needed for the *stagger_base headers
#include "common.hpp"
#include <memory>
namespace specmicp {
namespace reactmicp {
namespace solver {
// forward declaration
class VariablesBase;
using VariablesBasePtr = std::shared_ptr<VariablesBase>;
enum class StaggerReturnCode;
} // end namespace solver
} // end namespace reactmicp
} // end namespace specmicp
#endif // SPECMICP_REACTMICP_SOLVER_DECL_INL

Event Timeline