Commit f3536d24 by Tobias Langer

Added constness to execution count.

parent b91da4a8
......@@ -34,5 +34,5 @@ const int {{name}}_length = sizeof({{name}}) / sizeof({{type}});
const int NUM_EXECUTIONS = {{executions}};
{{/executions}}
{{^executions}}
int executions = 1;
const int NUM_EXECUTIONS = 1;
{{/executions}}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment