Program Listing for File ucb1_config.hpp

Return to documentation for file (cosm/ta/config/ucb1_config.hpp)

#pragma once

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include <string>

#include "rcppsw/config/base_config.hpp"

/*******************************************************************************
 * Namespaces/Decls
 ******************************************************************************/
namespace cosm::ta::config {

/*******************************************************************************
 * Structure Definitions
 ******************************************************************************/
struct ucb1_config final : public rcppsw::config::base_config {
  double gamma{-1};
};

} /* namespace cosm::ta::config */