test/examples/shared/example01_species.c in bones-compiler-1.3.1 vs test/examples/shared/example01_species.c in bones-compiler-1.6.0
- old
+ new
@@ -6,19 +6,19 @@
// == More information on Bones
// Contact............Cedric Nugteren <c.nugteren@tue.nl>
// Web address........http://parse.ele.tue.nl/bones/
//
// == File information
-// Filename...........shared/example1.c
+// Filename...........shared/example01.c
// Author.............Cedric Nugteren
-// Last modified on...16-April-2012
+// Last modified on...10-October-2014
//
#include <stdio.h>
#include <stdlib.h>
#define SIZE 512*1024
-// This is 'example1', a basic associative and commutative reduction to scalar
+// This is 'example01', a basic associative and commutative reduction to scalar
int main(void) {
int i;
// Declare input/output arrays
int *A = (int *)malloc(SIZE*sizeof(int));