Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
sbu062 | 11 (100.0%) | 906 (100.0%) | 82.3 |
obsolete directory, project moved to `tags` directory, with updated code
0 lines of code changed in 5 files:
updated binary_IO
Changes:
- `FIX_FOLDER` (renamed `folder`) is now a module variable (not fixed parameter), allowing to set it whenever the module used (e.g. within the program itself), so binary_io doesn't need user changes.
- I made another module `posix_fs.f90` (it is just an interface to standard C library calling standard OS-level commends, with little Fortran code) that allows to make or delete file/folder. This solves the possible issue when the `folder` does not exist and program crashes.
- The behaviour and the messages produced by binary_IO with mismatched /non-conforming arrays were confusing, so now I added the code that checks if the rank of the array as saved in the file conforms the output array as passed to the `binary_to_array` procedure
777 lines of code changed in 4 files:
need readme for bitbucket
0 lines of code changed in 1 file:
added binary_io, the only file here
129 lines of code changed in 1 file: