aboutsummaryrefslogtreecommitdiff
path: root/Plugins/rowca.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/rowca.cpp')
-rw-r--r--Plugins/rowca.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Plugins/rowca.cpp b/Plugins/rowca.cpp
index de83933..f114f7f 100644
--- a/Plugins/rowca.cpp
+++ b/Plugins/rowca.cpp
@@ -1,5 +1,5 @@
/*
- One dimensional cellular automata, where each iteration
+ Row cellular automata, where each iteration
adds a new row.
Each cell has three neighbourns, top left, top and top right,
@@ -33,6 +33,8 @@
#include "plugin.h"
#include "pixels.h"
+INFO("Row cellular automata, where each iteration adds a new row")
+
using namespace std;
vector<string> sv;