aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_filesystem.F90
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-11-25 15:53:29 +0000
committerLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-11-25 15:53:29 +0000
commitab7cb42fddc3cf19fe20c76dac527a9e591b11c2 (patch)
tree4b1b6359b45f9936fa4732ed9375b5797604239d /src/fpm_filesystem.F90
parentb628302b8417c12d5ca4ead439f636f198352b55 (diff)
downloadfpm-ab7cb42fddc3cf19fe20c76dac527a9e591b11c2.tar.gz
fpm-ab7cb42fddc3cf19fe20c76dac527a9e591b11c2.zip
Update: fpm_compiler & backend to redirect output to log files
Diffstat (limited to 'src/fpm_filesystem.F90')
-rw-r--r--src/fpm_filesystem.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpm_filesystem.F90 b/src/fpm_filesystem.F90
index 2b5b787..6127844 100644
--- a/src/fpm_filesystem.F90
+++ b/src/fpm_filesystem.F90
@@ -15,7 +15,7 @@ module fpm_filesystem
mkdir, exists, get_temp_filename, windows_path, unix_path, getline, delete_file
public :: fileopen, fileclose, filewrite, warnwrite, parent_dir
public :: read_lines, read_lines_expanded
- public :: which
+ public :: which, LINE_BUFFER_LEN
integer, parameter :: LINE_BUFFER_LEN = 1000