Directory trunk/binary_io/

Directory Created:
2017-07-07 10:15
Directory Deleted:
2021-03-12 10:20
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/trunk/binary_io

Lines of Code

trunk/binary_io/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sbu062 11 (100.0%) 906 (100.0%) 82.3

Most Recent Commits

sbu062 2021-03-12 10:20 Rev.: 10729

obsolete directory, project moved to `tags` directory, with updated code

0 lines of code changed in 5 files:

  • trunk/binary_io: README.md (del), binary_IO.f90 (del), m_realcalc.f90 (del), posix_fs.f90 (del), test.f90 (del)
sbu062 2019-03-07 14:29 Rev.: 8024

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:

  • trunk/binary_io: binary_IO.f90 (+209 -129), m_realcalc.f90 (new 155), posix_fs.f90 (new 298), test.f90 (new 115)
sbu062 2017-07-07 10:29 Rev.: 4406

need readme for bitbucket

0 lines of code changed in 1 file:

  • trunk/binary_io: README.md (new)
sbu062 2017-07-07 10:15 Rev.: 4405

added binary_io, the only file here

129 lines of code changed in 1 file:

  • trunk/binary_io: binary_IO.f90 (new 129)
Generated by StatSVN 0.7.0