Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion capiocl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ";
Expand Down
Loading