Program Listing for File velocity_config.hpp
↰ Return to documentation for file (cosm/convergence/config/velocity_config.hpp
)
#pragma once
/*******************************************************************************
* Includes
******************************************************************************/
#include "rcppsw/config/base_config.hpp"
#include "cosm/cosm.hpp"
/*******************************************************************************
* Namespaces/Decls
******************************************************************************/
namespace cosm::convergence::config {
/*******************************************************************************
* Structure Definitions
******************************************************************************/
struct velocity_config final : public rconfig::base_config {
bool enable{false};
};
} /* namespace cosm::convergence::config */