Open TillF opened 5 years ago
array in argument should be contiguous (https://stackoverflow.com/questions/28859524/fortran-runtime-warning-temporary-array). This is not the case for arguments sed_in and sed_out. Reversing the array dimensions shoud fix this.
relates to #28
array in argument should be contiguous (https://stackoverflow.com/questions/28859524/fortran-runtime-warning-temporary-array). This is not the case for arguments sed_in and sed_out. Reversing the array dimensions shoud fix this.