15#include <ScalarRegister.h>
38 Cerr <<
"Internal error, register int" << name <<
" does not exist!" << finl;
51 Cerr <<
"Internal error, register double" << name <<
" does not exist" << finl;
class Nom: a character string for naming TRUST objects.
const std::string & getString() const
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
std::map< std::string, double > double_reg
void setInputDoubleValue(const Nom &name, const double &val)
double getOutputDoubleValue(const Nom &name) const
int getOutputIntValue(const Nom &name) const
bool checkOutputIntEntry(const Nom &name) const
std::map< std::string, int > int_reg
bool checkOutputDoubleEntry(const Nom &name) const
void setInputIntValue(const Nom &name, const int &val)