Commit graph

2415 commits

Author SHA1 Message Date
Harry Moffat
8095d0e34a Put the tutorials in the same spot as the other matlab stuff.
It now aggrees with the message that the user sees after the install.
2009-04-19 15:48:14 +00:00
Harry Moffat
f61f1c1d88 Fixed the no debug solution. It was out of sync. 2009-04-19 02:54:01 +00:00
Harry Moffat
1f34b14e8d Fixed the no-debug solution. it was out of sync. 2009-04-19 02:51:53 +00:00
Harry Moffat
df31f94187 Fixed some warnings. 2009-04-19 02:31:12 +00:00
Harry Moffat
f54c078fb5 Rebaselined after algorithm change. 2009-04-18 01:18:14 +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
8f2a24f710 rebaselined 2009-04-17 00:48:12 +00:00
Harry Moffat
d560ccd175 Working towards fixing an algorithm bug. 2009-04-17 00:40:48 +00:00
Harry Moffat
eaf88a6b70 Intermediate commit - working on numpy port.
There is a lot of dead wood in this directory that will be eliminated.
2009-04-14 21:42:49 +00:00
Harry Moffat
ee06992cf1 Adding files 2009-04-09 22:10:45 +00:00
Harry Moffat
42dc2f6d96 Committing newer txt files. 2009-04-09 22:09:57 +00:00
Harry Moffat
64ed313f5e solaris 64 bit port -> added double quotes to a CXX_FLAGS, because it caused
an internal python error.
2009-04-09 21:53:21 +00:00
Harry Moffat
047a8be0f1 Changing urls and version numbers. 2009-04-04 04:02:16 +00:00
Harry Moffat
0d32e517bd Added in a conditional compilation of vcs_equilibrate(). 2009-04-04 04:00:19 +00:00
Harry Moffat
abb2459ed3 Fixed the Makefile.in rule for conditional compiles. 2009-04-04 03:39:22 +00:00
Harry Moffat
0ed0ec8136 Added more to a clean rule. 2009-04-04 03:29:51 +00:00
Harry Moffat
653109129f Fixed equilibrium.h. vcs_MultiPhaseEquil.h needed to be conditionally
included.

Added more clean rules.
2009-04-04 03:27:43 +00:00
Harry Moffat
2115e4b0d5 Added more clean rules. 2009-04-04 03:23:32 +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
3136573fe6 Added CFLAGS to the environment of PYTHON setup.py command. 2009-03-28 21:01:39 +00:00
Harry Moffat
7cbe564d61 Fixed an error in the Makefile 2009-03-28 19:10:17 +00:00
Harry Moffat
cda062462d Added more clean operations 2009-03-28 19:06:23 +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
7b72b5492e Starting to update the windows port.
-> lots of unanswered questions here.
2009-03-26 23:15:04 +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
9dfce0fe8a Added a couple of missing files. 2009-03-25 01:48:32 +00:00
Harry Moffat
359944c4ae Added a missing file. 2009-03-25 01:30:07 +00:00
Harry Moffat
30cbe94aaa bumped the version # 2009-03-25 01:19:53 +00:00
Harry Moffat
aedc3985ac addded missing files. 2009-03-25 01:17:11 +00:00
Harry Moffat
39fa98d8a8 switched install order procedures. 2009-03-25 01:11:48 +00:00
Harry Moffat
dc0e3ac5c2 Fixed a dir error. 2009-03-25 01:03:05 +00:00
Harry Moffat
b39521493c Updating the top directories. 2009-03-25 00:59:00 +00:00
Harry Moffat
d4fffc7e31 Added a file. 2009-03-25 00:57:47 +00:00
Harry Moffat
bb8813fbb0 Added some missing filse. 2009-03-25 00:54:08 +00:00
Harry Moffat
90e686cc01 Added a missed file. 2009-03-25 00:49:14 +00:00
Harry Moffat
f0bef6fcdd Fixed several makefile errors. 2009-03-25 00:44:15 +00:00
Harry Moffat
138b0eeeb5 Fixed missing files. 2009-03-25 00:37:15 +00:00
Harry Moffat
90012d90a0 Changed location of file. 2009-03-25 00:24:52 +00:00
Harry Moffat
47cc9986d4 Added a test 2009-03-25 00:17:06 +00:00