Skip to content
Snippets Groups Projects
Commit 226d4feb authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 25/11/2016: lfi2cdf: bug correction in computation of buffer size

(cherry picked from commit b5702ae3)
parent a8b10e0c
No related branches found
No related tags found
No related merge requests found
...@@ -276,8 +276,8 @@ CONTAINS ...@@ -276,8 +276,8 @@ CONTAINS
END DO END DO
END IF END IF
END IF END IF
!Add maximum comment size (necessary when writing LFI files because the comment is stored with the field) !Add maximum comment size (necessary when writing LFI files because the comment is stored with the field)
ileng = ileng + MAXLFICOMMENTLENGTH leng = leng + MAXLFICOMMENTLENGTH
END IF END IF
IF (.NOT.tpreclist(ji)%found) THEN IF (.NOT.tpreclist(ji)%found) THEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment