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:
David L Parkhurst 2008-02-19 23:28:29 +00:00
parent 25666df97c
commit d106dbea5c

View File

@ -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
# -----------------------------------------------------------------------------