test/examples/chunk/example04_species.c in bones-compiler-1.3.1 vs test/examples/chunk/example04_species.c in bones-compiler-1.6.0

- old
+ new

@@ -6,18 +6,18 @@ // == More information on Bones // Contact............Cedric Nugteren <c.nugteren@tue.nl> // Web address........http://parse.ele.tue.nl/bones/ // // == File information -// Filename...........chunk/example4.c +// Filename...........chunk/example04.c // Author.............Cedric Nugteren -// Last modified on...16-April-2012 +// Last modified on...10-October-2014 // #include <stdio.h> #define SIZE 1024 -// This is 'example4', a basic element to chunk example with an if-statement in the body +// This is 'example04', a basic element to chunk example with an if-statement in the body int main(void) { int i; int threshold = 19; // Declare input/output arrays