Commit graph

206 commits

Author SHA1 Message Date
Ray Speth
255f1f9b9f Fixing compiler warnings, part 3 2012-01-17 04:10:43 +00:00
Ray Speth
69bffa3800 Fixing compiler warnings, part 2 2012-01-17 04:10:26 +00:00
Ray Speth
4babd5898b Fixing compiler warnings, part 1 2012-01-17 04:10:08 +00:00
Ray Speth
453576f0ad Removed MSVC-specific compiler warning suppression 2012-01-17 04:09:18 +00:00
Ray Speth
53eaae006a Fixed illegal access to empty vector in MultiPhaseEquil constructor 2012-01-09 17:35:02 +00:00
Ray Speth
9e1fdfe39a Eliminated CVS keyword cruft 2012-01-09 17:32:01 +00:00
Ray Speth
71588d307d Remove files for Autotools and Visual Studio build systems 2011-12-14 19:38:10 +00:00
Ray Speth
99a0dc5f0f Removed incomplete CMake build scripts 2011-12-14 03:54:19 +00:00
Harry Moffat
a5ea91b56a Changes due to compilation problems on solaris 2010-02-09 20:24:11 +00:00
Harry Moffat
3d392242d9 Added documentation for an external int 2010-01-12 21:23:08 +00:00
Harry Moffat
9c6080e3c9 Turned on keyword substitution in the cpp files. 2009-12-09 17:50:27 +00:00
Harry Moffat
844b3cdce8 Doxygen update 2009-09-26 01:15:38 +00:00
Harry Moffat
5f7e88a634 Added missing doxygen documentation 2009-09-25 20:15:28 +00:00
Harry Moffat
b093f02473 Moved the cstring include around so that it will compile under gcc 4.3.3. 2009-09-22 22:13:33 +00:00
Harry Moffat
755318323d Took out a warning message on vc++ 2009-08-01 01:34:07 +00:00
Harry Moffat
a6a8f6e45b Delete .cvsignore 2009-07-27 23:46:16 +00:00
Harry Moffat
70647c85ed Initial Import 2009-07-27 23:17:19 +00:00
Harry Moffat
98fb3fb998 Fixed a warning message on solaris 2009-07-23 14:41:40 +00:00
Harry Moffat
60c6fd5c28 Fixed a warning message. 2009-07-06 22:30:58 +00:00
Harry Moffat
9d3980324f Changed one member function to a const member function 2009-04-22 00:33:35 +00:00
Harry Moffat
a5103167dd Algorithm improvements in the equilibrium solver. 2009-04-18 00:42:47 +00:00
Harry Moffat
973d12f864 Working towards fixing an algorithm bug 2009-04-17 01:08:44 +00:00
Harry Moffat
d560ccd175 Working towards fixing an algorithm bug. 2009-04-17 00:40:48 +00:00
Harry Moffat
167502481e reduced the printout acc. 2009-04-01 01:16:40 +00:00
Harry Moffat
89d8691747 General commit
Making some progress on the windows version, but not finished.
2009-03-28 03:07:23 +00:00
Harry Moffat
36cdd708a1 Updated some variables that were in an indef block. 2009-03-27 22:36:20 +00:00
Harry Moffat
7d7a9315fa General commit due to windows port. 2009-03-27 21:32:32 +00:00
Harry Moffat
f7fd936d99 fixed an algorithm issue that was causing differences between optimized
and debug versions of the code.

 we try to avoid the logic:   a = b
                                    if (a > b) { do this }
                                    else       { do something else }
 because roundoff error makes a difference in the inequality evaluation)
2009-03-25 16:05:11 +00:00
Harry Moffat
37342f92fa Fixed a bug in the logfile capability 2009-03-18 17:27:16 +00:00
Harry Moffat
26918dc005 Fixed a problem that caused the test suite to differ between optimized
and debug versions. Added cropping for test suite.
2009-03-14 03:28:04 +00:00
Harry Moffat
40ca5227c0 Added more cropping 2009-03-14 00:58:25 +00:00
Harry Moffat
701fd45d74 Added in cropping which is normally off. 2009-03-14 00:28:12 +00:00
Harry Moffat
f4e32dee2a got rid of flagged uninitialzed variables warnings. 2009-03-13 21:22:12 +00:00
Harry Moffat
21cfa2d660 Added a header for Ubuntu compatibility 2009-03-13 03:40:27 +00:00
Harry Moffat
69840fd235 Several fixes due to Solaris port 2009-02-05 17:10:03 +00:00
Harry Moffat
a1f3936c42 Fixed an error that I still can't believe compiled. 2009-02-05 00:24:42 +00:00
Harry Moffat
f062719e55 Added debugging IO to phase stability problem. 2009-01-26 23:10:01 +00:00
Harry Moffat
9b12761506 Added comments and a def. 2009-01-26 15:59:10 +00:00
Harry Moffat
ef278fc885 Significant Update to the Equilibrium Solver
Added a capability to solve for the mathematical condition for the
birth of a multispecies phase. Added the logic into the algorithm.
2009-01-22 22:27:07 +00:00
Harry Moffat
6b14e20620 Fixed a few features with phases consisting solely of electrons. 2009-01-20 19:02:28 +00:00
Harry Moffat
1bd9dc858a doxygen update.
->deprecated updateMoleFractions() in favor of uploadMoleFractionsFromPhases()    to help with conceptual understanding.
2009-01-08 20:00:17 +00:00
Harry Moffat
aad776eba7 Added .h files. 2009-01-05 23:20:43 +00:00
Harry Moffat
e0075a8ba3 Added a couple of member functions for phases 2009-01-05 20:25:00 +00:00
Harry Moffat
b2cf384cea Added PURIFY option to makefiles 2008-12-30 21:49:41 +00:00
Harry Moffat
44598112f8 More changes to exit() and added std:: to string in *.h 2008-12-17 16:56:43 +00:00
Harry Moffat
ff6aff01aa Changed old to new style headers. 2008-12-17 16:34:17 +00:00
Harry Moffat
8f92e6da10 Added missing include statements. 2008-12-16 18:11:07 +00:00
Harry Moffat
f5f1e17d2d Fixed an uninitialized variable. 2008-12-04 17:58:43 +00:00
Harry Moffat
59d975920b added a setState_TPMoles() function that updates everything at once. 2008-12-04 02:13:12 +00:00
Harry Moffat
3a5d195062 Fixed an uninitialized variable in the constructor. 2008-11-20 22:05:30 +00:00