Commit Graph

3 Commits

Author SHA1 Message Date
Aryadev Chavali
21c03264e6 (main|file-handler)~fixed some stuff
Big bug with file handler: I can write data well, but reading it
causes some trace error which I cannot be bothered to fix.  So I'll
just work on making the step function way more efficient.
2023-08-25 20:03:23 +01:00
Aryadev Chavali
58970e8a68 (file-handler)+implemented write_to_file
First line is the data width, then the sand particles of each cell per
row.
2023-08-25 19:19:50 +01:00
Aryadev Chavali
f155f0e088 (file-handler)+impl file for file handling
In particular I've implemented a standardised complete FILE * reader
without relying on fseek (which may not work for pipes).
2023-08-25 19:08:32 +01:00