Commit graph

2426 commits

Author SHA1 Message Date
Harry Moffat
f52c17d9fa Experimenting with a no dll build on windows 2009-04-22 00:35:02 +00:00
Harry Moffat
9d3980324f Changed one member function to a const member function 2009-04-22 00:33:35 +00:00
Harry Moffat
d7f9bb305e Added a numpy directory 2009-04-22 00:32:34 +00:00
Harry Moffat
995558dd88 Altered text output 2009-04-20 15:34:16 +00:00
Harry Moffat
a8ade32602 Took out some files that are created during the compilation process 2009-04-20 14:26:53 +00:00
Harry Moffat
2cd3e20d3c Added LCXX_END_LIBS 2009-04-19 22:22:29 +00:00
Harry Moffat
38fff0fab1 Finishing numpy port 2009-04-19 21:11:51 +00:00
Harry Moffat
9fc957bc6e No longer need numarray stuff when using numpy 2009-04-19 21:10:57 +00:00
Harry Moffat
5b55f058dd Finished the numpy port and cleanup of unneeded files in the directory 2009-04-19 21:03:10 +00:00
Harry Moffat
41e48980a0 Reblessed solution 2009-04-19 20:25:23 +00:00
Harry Moffat
76015d91b1 Fixed an error in this makefile 2009-04-19 20:04:10 +00:00
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