Dave Goodwin
be5b968001
added exceptions for error handling
2004-10-05 17:56:47 +00:00
Dave Goodwin
83d4213e40
Added exceptions to handle errors.
2004-10-05 17:55:39 +00:00
Harry Moffat
692a3ce4a8
Added rule to make bin/install_tsc
2004-10-05 16:20:42 +00:00
Harry Moffat
743b291d21
Utility script to install a header file, only if the modified date
...
has changed.
2004-10-05 16:15:04 +00:00
Dave Goodwin
d658d1b71d
initial import
2004-10-03 08:30:38 +00:00
Dave Goodwin
093e832af1
added method getMassFluxes
2004-10-03 08:28:27 +00:00
Dave Goodwin
faf1d3690f
removed class XML_Writer
2004-10-03 08:24:13 +00:00
Dave Goodwin
92624d9ee8
added line numbers to exception error messages
2004-10-03 07:41:54 +00:00
Dave Goodwin
3213a28a6f
*** empty log message ***
2004-10-02 07:26:09 +00:00
Dave Goodwin
609ff8fa8f
minor cleanup
2004-10-02 07:25:05 +00:00
Harry Moffat
e805dc2860
Added a file.
2004-10-01 19:38:21 +00:00
Harry Moffat
50158f23e5
Removing a file that gets automatically created during the configuration
...
process.
2004-10-01 19:37:56 +00:00
Harry Moffat
ebc0d7a42a
Took out automatic deletion of static libraries at the beginning of
...
every make operation.
2004-10-01 19:34:22 +00:00
Harry Moffat
7bf6638ce2
Added more handling of the PYTHON_CMD variable.
2004-10-01 19:31:28 +00:00
Harry Moffat
bafe8debe9
Uncommented out PYTHON_CMD.
...
It's now set to "default", if unspecified. Then, this default is treated in
config/configure with special code.
2004-10-01 19:30:39 +00:00
Dave Goodwin
6efd9ffc91
*** empty log message ***
2004-09-29 11:00:39 +00:00
Harry Moffat
c6108e1d32
Added USE_DLL variable and its controls.
...
Takes care of a bug that krept in for compiles with MSVC++v.6.0 while
trying to stand up MSVC++v7.0 compiles.
2004-09-24 20:16:56 +00:00
Harry Moffat
9b0b360398
Added USE_CLIB_DLL evaluation.
2004-09-24 20:15:27 +00:00
Harry Moffat
ab084472a7
took care of problem with clib.dll for MSVC6.0
2004-09-24 20:14:57 +00:00
Dave Goodwin
26ea298828
*** empty log message ***
2004-09-20 10:25:02 +00:00
Dave Goodwin
cfcb353a5f
added ability to specify beta for charge transfer reactions
2004-09-20 10:18:02 +00:00
Harry Moffat
9eb7ddb0e9
Added dll install
2004-09-16 22:08:26 +00:00
Harry Moffat
0451406572
Fixed an error in the default specifation of python executable
2004-09-16 21:43:49 +00:00
Harry Moffat
bf1a6de253
Added an id string.
2004-09-16 17:57:50 +00:00
Harry Moffat
c478aa74dd
turned off automatic compilation during make test for windows machines.
2004-09-16 17:52:37 +00:00
Harry Moffat
177b67b248
Made the blessed files machine dependent for this test.
2004-09-16 17:51:28 +00:00
Harry Moffat
521dd9d620
Changed a LJ value to prevent roundoff error from leading to an error
...
failure
2004-09-16 17:30:46 +00:00
Harry Moffat
ac2285aa39
Added a step to change 3 exponent expressions into 2 exponenet
...
expressions.
2004-09-16 17:13:07 +00:00
Harry Moffat
7a26c6d01f
Took out a print statement that was causing a test to fail.
2004-09-16 17:06:47 +00:00
Dave Goodwin
330e50eb65
*** empty log message ***
2004-09-13 11:22:21 +00:00
Dave Goodwin
145617a15d
script to remove a file from the repository
2004-08-28 16:13:30 +00:00
Dave Goodwin
ab8f620ccb
cleanup
2004-08-28 16:12:41 +00:00
Harry Moffat
c951c50f11
Added 2 files.
2004-08-27 20:37:25 +00:00
Harry Moffat
20c1909290
added some windows tmp files
2004-08-27 20:35:11 +00:00
Harry Moffat
a2f06e41ce
Currently, linux and MSVC are producing the same results on this test
...
problem. I changed runtest to substitute the right machine dependent
blessed file.
2004-08-27 20:21:48 +00:00
Harry Moffat
6b052f4d2e
Changes to support MSVC
2004-08-27 20:08:10 +00:00
Harry Moffat
686e4ca59f
Added a getopt() capability for WINMSC
2004-08-27 20:03:32 +00:00
Harry Moffat
1df3900198
Added a default 0 to BUILD_PARTICLES value
2004-08-27 16:45:52 +00:00
Harry Moffat
065d83fdea
Added a machine dependent blessed file capability
2004-08-10 20:39:35 +00:00
Harry Moffat
3be8d53677
Added support for the new python_win_prefix variable.
...
-> This needs to be backslashed.
-> all other variables on all other platforms (and on OS_IS_WIN)
need to be forward slashed.
2004-08-10 18:18:25 +00:00
Harry Moffat
facae48294
added python_win_prefix variable.
...
On windows this needs to be a backslash, unlike all the other variables
which need to be regular slashes. Therefore, I had to create a new variable
to do this.
2004-08-10 18:16:55 +00:00
Harry Moffat
bd33a52835
Several changes:
...
CYGWIN is now undefined, not just 0
WINMSVC is now undefined, not just 0
OS_IS_CYGWIN is now 0 when OS_IS_WIN = 1
2004-08-10 17:28:12 +00:00
Harry Moffat
4b0cdf228a
added a dir.
2004-08-10 01:31:26 +00:00
Harry Moffat
c4e3cd6514
Tried to add a default $1, so that it runs like all the rest.
2004-08-10 01:29:56 +00:00
Harry Moffat
3e54072493
added a file.
2004-08-10 01:15:08 +00:00
Harry Moffat
7d00e10378
MSVC warning message
2004-08-10 01:12:15 +00:00
Harry Moffat
5ddde370b6
MSVC experienced an error on this code. fixed it.
2004-08-10 01:11:20 +00:00
Harry Moffat
e5faac2a47
arith.h needs to be created for win
2004-08-10 01:09:30 +00:00
Harry Moffat
dad2ab22ff
clib.dll needs to be copied by hand
2004-08-10 01:08:20 +00:00
Harry Moffat
d021f3f7dc
MSVC differences no longer matter.
2004-08-10 01:06:57 +00:00