test/examples/neighbourhood/example03_species.c in bones-compiler-1.3.1 vs test/examples/neighbourhood/example03_species.c in bones-compiler-1.6.0
- old
+ new
@@ -6,13 +6,13 @@
// == More information on Bones
// Contact............Cedric Nugteren <c.nugteren@tue.nl>
// Web address........http://parse.ele.tue.nl/bones/
//
// == File information
-// Filename...........neighbourhood/example3.c
+// Filename...........neighbourhood/example03.c
// Author.............Cedric Nugteren
-// Last modified on...16-April-2012
+// Last modified on...10-October-2014
//
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
@@ -21,10 +21,10 @@
// Forward declarations of helper functions for statically allocated 2D memory
float ** alloc_2D(int size1, int size2);
void free_2D(float ** array_2D);
-// This is 'example3', demonstrating a neighbourhood with only some values used (a cross) and a math.h square root function call
+// This is 'example03', demonstrating a neighbourhood with only some values used (a cross) and a math.h square root function call
int main(void) {
int i,j;
int sizea = A;
int sizeb = B;