Fixed uninitialized variable in V_M structure in transport.c,

which caused sc7 to fail under Class_release configuration (NDEBUG).

Fixed mytest/Makefile to use Class_release version.

sit_redox now redefines some SIT parameters.

Vendome.pat has O2(aq) concentration fix for Netpath.

src/Makefile now uses -DNDEBUG




git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@4693 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2010-08-03 23:20:42 +00:00
parent 4de8e60e36
commit 20cf5c40c2

View File

@ -115,7 +115,7 @@ EFENCE_LIB=-L$(HOME)/packages/efence
# 2 Versions
# -----------------------------------------------------------------------------
ifeq ($(CFG), RELEASE)
DEFINES = -DPHREEQC_CPP $(DEFINE_INVERSE_CL1MP)
DEFINES = -DPHREEQC_CPP -DNDEBUG $(DEFINE_INVERSE_CL1MP)
VPATH = ..:../phreeqc
INCLUDES = -I../phreeqc
CXX = g++
@ -145,7 +145,7 @@ ifeq ($(CFG), CLASS_DEBUG)
endif
ifeq ($(CFG), CLASS_RELEASE)
DEFINES = -DPHREEQC_CPP -DUSE_PHRQ_ALLOC -DPHREEQC_CLASS $(DEFINE_INVERSE_CL1MP)
DEFINES = -DPHREEQC_CPP -DNDEBUG -DPHREEQC_CLASS $(DEFINE_INVERSE_CL1MP)
VPATH = ..:../phreeqc
INCLUDES = -I../phreeqc -I..
CXX = g++