test/examples/element/example09_species.c in bones-compiler-1.3.1 vs test/examples/element/example09_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...........element/example9.c
+// Filename...........element/example09.c
// Author.............Cedric Nugteren
-// Last modified on...16-April-2012
+// Last modified on...10-October-2014
//
#include <stdio.h>
#include <stdlib.h>
-// This is 'example9', demonstrating a for-loop that does not start at zero
+// This is 'example09', demonstrating a for-loop that does not start at zero
int main(void) {
int i;
int result;
int N = 2048*2048;