Scott R Charlton
|
89e94dfbc1
|
implement and test GetOutputFileName and SetOutputFileName
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5946 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-23 23:09:43 +00:00 |
|
Scott R Charlton
|
04aa629aed
|
dump file changes
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5913 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-20 04:26:38 +00:00 |
|
Scott R Charlton
|
1fcb543932
|
added some links to mainpage (index.html)
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5294 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-04-07 01:24:50 +00:00 |
|
Scott R Charlton
|
714859e574
|
fixed hiding variables
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4641 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-07-15 23:11:54 +00:00 |
|
Scott R Charlton
|
e80e834067
|
updated documentation
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4472 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-27 04:13:34 +00:00 |
|
Scott R Charlton
|
c104a6e41c
|
added examples for GetSelectedOutputValue
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4454 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-21 07:52:24 +00:00 |
|
Scott R Charlton
|
cd9cc82985
|
put KIND in DVALUE
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4451 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-21 07:09:24 +00:00 |
|
Scott R Charlton
|
bc0669e732
|
removed UnLoadDatabase from public API
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4449 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-21 05:01:07 +00:00 |
|
Scott R Charlton
|
4ea8bc1b14
|
added some see also
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4446 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-21 00:50:39 +00:00 |
|
Scott R Charlton
|
d2077ae177
|
Added AddWarning AddError C/Fortran methods
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4439 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-20 18:49:08 +00:00 |
|
Scott R Charlton
|
9b3a5e3b03
|
updated docs
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4432 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-20 05:58:25 +00:00 |
|
Scott R Charlton
|
f46cf273a7
|
added commas
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4427 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-19 20:32:02 +00:00 |
|
Scott R Charlton
|
5609f86a7e
|
resorted renamed methods
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4413 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-18 04:35:20 +00:00 |
|
Scott R Charlton
|
2c4422593b
|
# IPQ_DLL_EXPORT int GetDumpOn(int id);
# IPQ_DLL_EXPORT int GetDumpFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetDumpOn(int id, int dump_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetDumpFileOn(int id, int dump_on);
s/etDumpOn/etDumpFileOn/g
s/etdumpon/etdumpfileon/g
s/ETDUMPON/ETDUMPFILEON/g
# IPQ_DLL_EXPORT int GetErrorOn(int id);
# IPQ_DLL_EXPORT int GetErrorFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetErrorOn(int id, int error_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetErrorFileOn(int id, int error_on);
s/etErrorOn/etErrorFileOn/g
s/eterroron/eterrorfileon/g
s/ETERRORON/ETERRORFILEON/g
# IPQ_DLL_EXPORT int GetLogOn(int id);
# IPQ_DLL_EXPORT int GetLogFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetLogOn(int id, int log_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetLogFileOn(int id, int log_on);
s/etLogOn/etLogFileOn/g
s/etlogon/etlogfileon/g
s/ETLOGON/ETLOGFILEON/g
# IPQ_DLL_EXPORT int GetOutputOn(int id);
# IPQ_DLL_EXPORT int GetOutputFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetOutputOn(int id, int output_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetOutputFileOn(int id, int output_on);
s/etOutputOn/etOutputFileOn/g
s/etoutputon/etoutputfileon/g
s/ETOUTPUTON/ETOUTPUTFILEON/g
# IPQ_DLL_EXPORT int GetSelectedOutputOn(int id);
# IPQ_DLL_EXPORT int GetSelectedOutputFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetSelectedOutputOn(int id, int sel_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetSelectedOutputFileOn(int id, int sel_on);
s/etSelectedOutputOn/etSelectedOutputFileOn/g
s/etselectedoutputon/etselectedoutputfileon/g
s/ETSELECTEDOUTPUTON/ETSELECTEDOUTPUTFILEON/g
# IPQ_DLL_EXPORT const char* GetDumpLine(int id, int n);
# IPQ_DLL_EXPORT const char* GetDumpStringLine(int id, int n);
# IPQ_DLL_EXPORT int GetDumpLineCount(int id);
# IPQ_DLL_EXPORT int GetDumpStringLineCount(int id);
s/GetDumpLine/GetDumpStringLine/g
s/getdumpline/getdumpstringline/g
s/GETDUMPLINE/GETDUMPSTRINGLINE/g
# IPQ_DLL_EXPORT const char* GetErrorLine(int id, int n);
# IPQ_DLL_EXPORT const char* GetErrorStringLine(int id, int n);
# IPQ_DLL_EXPORT int GetErrorLineCount(int id);
# IPQ_DLL_EXPORT int GetErrorStringLineCount(int id);
s/GetErrorLine/GetErrorStringLine/g
s/geterrorline/geterrorstringline/g
s/GETERRORLINE/GETERRORSTRINGLINE/g
# IPQ_DLL_EXPORT const char* GetWarningLine(int id, int n);
# IPQ_DLL_EXPORT const char* GetWarningStringLine(int id, int n);
# IPQ_DLL_EXPORT int GetWarningLineCount(int id);
# IPQ_DLL_EXPORT int GetWarningStringLineCount(int id);
s/GetWarningLine/GetWarningStringLine/g
s/getwarningline/getwarningstringline/g
s/GETWARNINGLINE/GETWARNINGSTRINGLINE/g
# IPQ_DLL_EXPORT void OutputError(int id);
# IPQ_DLL_EXPORT void OutputErrorString(int id);
s/OutputError/OutputErrorString/g
s/outputerror/outputerrorstring/g
s/OUTPUTERROR/OUTPUTERRORSTRING/g
# IPQ_DLL_EXPORT void OutputLines(int id);
# IPQ_DLL_EXPORT void OutputAccumulatedLines(int id);
s/OutputLines/OutputAccumulatedLines/g
s/outputlines/outputaccumulatedlines/g
s/OUTPUTLINES/OUTPUTACCUMULATEDLINES/g
# IPQ_DLL_EXPORT void OutputWarning(int id);
# IPQ_DLL_EXPORT void OutputWarningString(int id);
s/OutputWarning/OutputWarningString/g
s/outputwarning/outputwarningstring/g
s/OUTPUTWARNING/OUTPUTWARNINGSTRING/g
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4411 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-18 01:59:33 +00:00 |
|
Scott R Charlton
|
93926c9b29
|
alphabetized src/IPhreeqcLib.cpp; added ClearAccumulatedLines routines
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4408 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-17 21:59:43 +00:00 |
|
Scott R Charlton
|
502ee6ba6a
|
dlpark changes; needs second go through~
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4404 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-17 06:29:04 +00:00 |
|
Scott R Charlton
|
8a0e427058
|
updated IPhreeqc.h for doxygen
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4401 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-15 01:08:08 +00:00 |
|
Scott R Charlton
|
d478c050a3
|
working on adding examples to doxygen
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4392 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-13 04:17:45 +00:00 |
|
Scott R Charlton
|
b7317dda11
|
working on adding examples to doxygen
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4391 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-13 04:00:46 +00:00 |
|
Scott R Charlton
|
34ddf3b190
|
added standard return values
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4356 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-10 01:06:08 +00:00 |
|
Scott R Charlton
|
0f8c1d7b74
|
working on fortran interfaces
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4349 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-06 06:48:20 +00:00 |
|
Scott R Charlton
|
8263587da2
|
updating documentation
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4346 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-06 01:41:02 +00:00 |
|
Scott R Charlton
|
298a715b8b
|
Renamed GetLastErrorString to GetErrorString
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4339 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-04 23:36:21 +00:00 |
|
Scott R Charlton
|
0c2b055f18
|
still working on docs
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4332 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-04 07:04:52 +00:00 |
|
Scott R Charlton
|
2c99533400
|
added newline at end of files
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4294 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-22 21:06:23 +00:00 |
|
Scott R Charlton
|
51c669367b
|
changed svn:eol-style to native for many files
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4276 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-21 05:29:27 +00:00 |
|
Scott R Charlton
|
e96f30ec73
|
working on autotools
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4273 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-21 04:49:32 +00:00 |
|
Scott R Charlton
|
961ceeb1a5
|
still working on autotools integration
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4261 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-16 06:24:43 +00:00 |
|
Scott R Charlton
|
d94c5030a0
|
Added support for dll run time libraries
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4239 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-09 04:22:42 +00:00 |
|
Scott R Charlton
|
564ee782ad
|
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4227 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-08 00:26:48 +00:00 |
|
Scott R Charlton
|
33c23851e6
|
removed module_files.h module_files.cpp module_output.cpp FInterface.for
renamed IPhreeqc2 to IPhreeqc
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4226 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-07 22:59:00 +00:00 |
|
Scott R Charlton
|
57c0ad5a75
|
renamed *M routines without the M
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4223 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-07 21:30:49 +00:00 |
|
Scott R Charlton
|
1a9e010282
|
Renamed IPhreeqcLib.h to IPhreeqc.h
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4221 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-07 20:52:16 +00:00 |
|
Scott R Charlton
|
ecaddcf49f
|
Remove from unit:
TestInterface.cpp
TestInterface.h
IPhreeqc.hpp
IPhreeqc.h
IPhreeqc.cpp
module_output.cpp
module_files.cpp
fwrap.cpp
fwrap2.cpp
fwrap3.cpp
IPhreeqc.cpp
CVar.hxx
ErrorReporter.hxx
OutputFiles.hxx
Phreeqc.hxx
PhreeqcParser.hxx
SelectedOutput.hxx
Var.h
Remove from IPhreeqc
IPhreeqc.cpp
IPhreeqc.h
IPhreeqc.hpp
module_output.cpp
module_files.cpp
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4213 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-06 20:56:38 +00:00 |
|
Scott R Charlton
|
4eadde168a
|
renamed Run to RunAccumulated; fixed RunString for fortran wrappers fwrap2 and fwrap3
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4186 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-23 22:25:37 +00:00 |
|
Scott R Charlton
|
e63239bfef
|
updated for linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4181 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-19 23:59:57 +00:00 |
|
Scott R Charlton
|
745917b89d
|
moved list_components from class_main.cpp to Phreeqc.cpp
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4173 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-18 23:57:42 +00:00 |
|
Scott R Charlton
|
3384e61308
|
need to test on linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4165 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-18 03:21:45 +00:00 |
|
Scott R Charlton
|
a4e62d3832
|
checkin to test on linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4159 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-12 04:05:27 +00:00 |
|
Scott R Charlton
|
adb8c93366
|
changes reqd to compile on linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4150 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-06 04:55:37 +00:00 |
|
Scott R Charlton
|
7b7edd5637
|
Updated for IPhreeqc to use PHREEQC_CPP and PHREEQC_CLASS. Currently doesn't include gmp. MemDebug project still needs work. Needs to be tested on linux.
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4145 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-05 21:20:09 +00:00 |
|
Scott R Charlton
|
2ac72344de
|
Rearranging IPhreeqc
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4105 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-02-23 05:03:55 +00:00 |
|