teqp 0.22.0
Loading...
Searching...
No Matches
model_factory_CPA.cpp
Go to the documentation of this file.
3#include "teqp/models/CPA.hpp"
4
5namespace teqp{
6 namespace cppinterface{
8
9 std::unique_ptr<teqp::cppinterface::AbstractModel> make_CPA(const nlohmann::json &spec){
10 return make_owned(CPA::CPAfactory(spec));
11 }
12 }
13}
auto CPAfactory(const nlohmann::json &j)
Definition CPA.hpp:301
auto make_owned(const TemplatedModel &tmodel)
std::unique_ptr< teqp::cppinterface::AbstractModel > make_CPA(const nlohmann::json &spec)