[root]/branches/budaev/binary_io
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
sbu062 | 26 (100.0%) | 903 (100.0%) | 34.7 |
small note on oracle f95
4 lines of code changed in 1 file:
function (rank) is extension and can be unavailable on some platforms, e.g. Oracle
2 lines of code changed in 1 file:
get rid of (error_wrong_rank), place bolierplate code inside
This is because (error_wrong_rank) cannot be isolated and moved
into a module-wise procedure since it calls if present(error) for
optional argument, deleting extra inner proc simplifies code
75 lines of code changed in 1 file:
more informative messages
2 lines of code changed in 1 file:
test error condition , array rank mismatch
13 lines of code changed in 1 file:
added checking array rank mismatch data in file versus input array
191 lines of code changed in 1 file:
compiler command for test program
3 lines of code changed in 1 file:
additional note on allocatable FIX_FOLDER
4 lines of code changed in 1 file:
additional note on FIX_FOLDER
2 lines of code changed in 1 file:
additional note
3 lines of code changed in 1 file:
small reformats and fixes
42 lines of code changed in 3 files:
set svn props
4 lines of code changed in 1 file:
FIX_FOLDER redefined as public variable
This makes it possible to set the data folder in the program(s) that
that use the binary_IO on the individual basis
4 lines of code changed in 1 file:
test program for binary_IO module
87 lines of code changed in 1 file:
module to call C functions for maniputating filesystem
copied from HEDTOOLS CSV_IO, make directory, delete files
291 lines of code changed in 1 file:
fix test program within the code
The opld version used obsolete functions, the new uses only subroutines
with assumed sshape array to force specific array size/dimensionality
19 lines of code changed in 1 file:
svn server path updated from old uib
1 lines of code changed in 1 file:
small reformats and propset
6 lines of code changed in 2 files:
rename m_numbers.f90 m_realcalc.f90
`m_realcalc.f90` seems a more logical name for the module because it
aims at working with **real** type
150 lines of code changed in 2 files:
prepare devel environment for fixing binary_io
0 lines of code changed in 3 files: