The Fortran function islen() in bindings/f95/strutil.f90 is defined and used inconsistently, once as integer, once as integer*4. This patch fixes that.
This patch applies to a rather old revision of the code. The current code does not contain this function anymore as it could be replaced by the standard function len_trim.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patch to fix inconsistent definition/use of islen() in strutil.f90
This patch applies to a rather old revision of the code. The current code does not contain this function anymore as it could be replaced by the standard function len_trim.
As indicated previously, this was fixed some time ago. Still the patch is appreciated.