mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Added missing tests from phreeqc/mytest and related files:
netpathxl
eq_EC
salt_ec
Fixed Makefile to include gmp library and fix typo on INVERSE_CL1MP definition.
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@2713 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
25666df97c
commit
d106dbea5c
3
Makefile
3
Makefile
@ -82,10 +82,11 @@ debug:
|
||||
# -----------------------------------------------------------------------------
|
||||
# #define gmp for inverse modeling
|
||||
# comment the following lines to remove multiprecision option
|
||||
DINVERSE_CL1MP=TRUE
|
||||
INVERSE_CL1MP=TRUE
|
||||
ifdef INVERSE_CL1MP
|
||||
DEFINE_INVERSE_CL1MP=-DINVERSE_CL1MP
|
||||
CL1MP_OBJS=cl1mp.o
|
||||
CL1MP_LIB=-lgmp
|
||||
endif
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user