test/examples/shared/example03_species.c in bones-compiler-1.3.1 vs test/examples/shared/example03_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/example3.c
+// Filename...........shared/example03.c
// Author.............Cedric Nugteren
-// Last modified on...16-April-2012
+// Last modified on...10-October-2014
//
#include <stdio.h>
#include <stdlib.h>
#define SIZE 1024
-// This is 'example3', demonstrating a reduction to a 2D array
+// This is 'example03', demonstrating a reduction to a 2D array
int main(void) {
int i,p,q;
int index1,index2;
// Declare input/output arrays