Harry Moffat
cd16354fd0
Fixed a glaring error concerning the situation where the cti file is
...
not in the current directory. THe xml file is always written to the
current directory. And the subsequent reading of the xml file must
reflect that. The xml file was trying to be read from the directory
where the cti file was located. Now, the xml file will be read from
the current directory.
2009-07-08 02:54:39 +00:00
Harry Moffat
0badf5e19c
Got rid of the matlab write.cpp routine. It was causing linking problems
...
on the pc.
Cleaned up the comments on loggers and interfaces.
2009-07-06 23:52:40 +00:00
Harry Moffat
60c6fd5c28
Fixed a warning message.
2009-07-06 22:30:58 +00:00
Harry Moffat
14881787d0
Fixed the name of a routine in an error statement.
2009-07-05 23:32:29 +00:00
Harry Moffat
e324daa193
Added another way to set the tmp dir.
2009-07-05 23:18:01 +00:00
Harry Moffat
800e557f6f
Reformatted comments.
2009-07-05 18:07:18 +00:00
Harry Moffat
1e056e1274
Added doxygen comments.
2009-05-31 16:24:35 +00:00
Harry Moffat
e44b49ecae
Added some doxygen commentary.
...
Changed a param to a const param
2009-05-28 23:08:06 +00:00
Harry Moffat
86e0e08154
Eliminated a definate memory leak in the ReactorNet object
2009-05-13 21:49:11 +00:00
Harry Moffat
7f5d7efd87
Eliminated a possible source of leaks. not sure about this one.
2009-05-13 21:47:45 +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
a78e0d5e6f
Added 2 h's
2009-04-04 03:08:28 +00:00
Harry Moffat
215cea0d1b
Fixed silly error that didn't show up on linux, but did show up on
...
ubuntu.
2009-04-02 14:24:05 +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
5bea0f92cc
A couple of changes in code that isn't turned on atm.
2009-03-27 23:39:26 +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
b0884a7bad
Modified files to get a better agreement with const.
2009-03-27 18:24:39 +00:00
Harry Moffat
2de448e90f
Fixed a windows error.
2009-03-27 01:08:55 +00:00
Harry Moffat
c4631a9836
Removed some WIN32 warnings.
2009-03-27 00:51:38 +00:00
Harry Moffat
adf53b7dcc
WIN32 specific changes implemented.
2009-03-27 00:39:43 +00:00
Harry Moffat
30ff1862f9
Eliminated various warning messages produced by VC++
2009-03-27 00:38:56 +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
c6d9b1bb7f
General commit to sync the repository.
...
- basically finished with demo problem test suite.
2009-03-24 20:44:30 +00:00
Harry Moffat
317494be0e
Fixed a warning message.
2009-03-24 20:36:05 +00:00
Harry Moffat
5d67faded3
Implemented fixes, so that a python demo problem would work as advertised.
2009-03-23 23:25:30 +00:00
Harry Moffat
4b9aee1fb3
Reformatted and added comments. Nothing is changed.
2009-03-18 17:28:31 +00:00
Harry Moffat
37342f92fa
Fixed a bug in the logfile capability
2009-03-18 17:27:16 +00:00
Harry Moffat
5459aa4078
Added isothermalCompressibility() to interface.
2009-03-17 21:02:09 +00:00
Harry Moffat
c20cf5ebfd
Fixed an error in the xml writer, that occurred when two newlines
...
appear next to each other.
2009-03-17 15:12: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
89f8dc531e
Added in a static global variable that controls cropping.
2009-03-14 00:27:10 +00:00
Harry Moffat
8389db7a22
Fixed an error in this function
2009-03-13 23:13:43 +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
598dbd60c4
Added headers for ubuntu problem.
2009-03-13 03:26:18 +00:00
Harry Moffat
ae7691e49c
Added headers for a ubuntu problem.
2009-03-13 03:23:20 +00:00
Harry Moffat
f0095a7f9b
Added headers for a possible ubuntu problem
2009-03-13 03:21:34 +00:00
Harry Moffat
fb0ab374e0
Added headers for possible ubuntu compilation problems.
2009-03-13 03:18:08 +00:00
Harry Moffat
f999f1cfc0
Fixed an issue that arose when there was a mixed set of standard
...
state types.
2009-03-04 01:01:57 +00:00
Harry Moffat
d61b277fff
Fixed an error in an error statement.
2009-03-03 23:51:46 +00:00
Harry Moffat
d8c35d4ede
Comments change
2009-03-03 21:20:32 +00:00
Harry Moffat
49b413e61e
Added an initial attempt at a Margules excess gibbs free energy
...
model. It's just hard coded to match the Eutectic of LiKCl at the
moment.
2009-03-03 21:08:31 +00:00
Harry Moffat
527ccbe743
Solaris porting issues -> failed to link in some cases.
2009-03-03 20:37:18 +00:00