Skip to content

Commit 74406d7

Browse files
committed
Added support of zlib. Bump revision
1 parent d200f25 commit 74406d7

File tree

13 files changed

+946
-100
lines changed

13 files changed

+946
-100
lines changed

Make.rules.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ FC = @F77@
1919
AR = @AR@
2020
RANLIB = @RANLIB@
2121
CXX_STDCXX_0X_FLAG = @CXX_STDCXX_0X_FLAG@
22+
LOC_HAVE_LIBZ = @LOC_HAVE_LIBZ@
2223

2324
# where to find the libraries
2425
LIBHOME := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ June 2015, ver 1.3.1
1919
data (trapezoidal, Y-Z pairs), the x-section can be specified by A(wetted area)-P(
2020
wetted perimeter), A-Y(depth) and A-W(free surface width).
2121

22+
March, 2016, ver 1.3.5
23+
- added support of zlib. If zlib is present, the input files can be compressed. The
24+
output files will always be compressed. Use "gzip -d" to deflate the compressed
25+
output file

0 commit comments

Comments
 (0)