Finishing the renaming.
[flatland.git] / flatland.c
similarity index 98%
rename from mylib.c
rename to flatland.c
index 6d62c24..13da6fd 100644 (file)
--- a/mylib.c
@@ -17,7 +17,7 @@
 
  */
 
-#include "flatland.h"
+#include "sequence_generator.h"
 
 int generate_sequence(long nb_sequences, THByteTensor *output) {
   long nb_images_per_sequence = 5;