diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..12b650d --- /dev/null +++ b/config.h @@ -0,0 +1,3 @@ +unsigned int SIZE; +unsigned int ITERATIONS; +float POWER; |