diff --git a/capiocl.hpp b/capiocl.hpp index 078366b..3944312 100644 --- a/capiocl.hpp +++ b/capiocl.hpp @@ -8,7 +8,7 @@ namespace capiocl { /// @brief Default workflow name for CAPIO-CL -constexpr char CAPIO_CL_DEFAULT_WF_NAME[] = "CAPIO_CL"; +constexpr char CAPIO_CL_DEFAULT_WF_NAME[] = "CAPIO"; /// @brief Namespace containing the CAPIO-CL Firing Rules namespace fireRules { diff --git a/src/Engine.cpp b/src/Engine.cpp index d6a37c2..0f0e7e2 100644 --- a/src/Engine.cpp +++ b/src/Engine.cpp @@ -39,7 +39,7 @@ void capiocl::engine::Engine::print() const { printer::print(printer::CLI_LEVEL_JSON, "|" + std::string(134, '=') + "|"); std::string line = "|======|===================|===================|===================="; - line += "|========|============|============|===========|=========|==========|"; + line += "|====================|============|===========|=========|==========|"; printer::print(printer::CLI_LEVEL_JSON, line); line = "| Kind | Filename | Producer step | Consumer step | ";