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

- old
+ new

@@ -6,17 +6,17 @@ // == More information on Bones // Contact............Cedric Nugteren <c.nugteren@tue.nl> // Web address........http://parse.ele.tue.nl/bones/ // // == File information -// Filename...........element/example4.c +// Filename...........element/example04.c // Author.............Cedric Nugteren -// Last modified on...16-April-2012 +// Last modified on...10-October-2014 // #include <stdio.h> -// This is 'example4', demonstrating two input arrays and an inner-loop as the computational body +// This is 'example04', demonstrating two input arrays and an inner-loop as the computational body int main(void) { int i,l; float factor = 0; // Declare input/output arrays