Harry Moffat
4656d79f66
Rebaselined results
2009-07-24 01:33:23 +00:00
Harry Moffat
6a84be7a2d
Reblessed file
2009-07-24 01:12:49 +00:00
Harry Moffat
f614fcbc8b
reblesse file
2009-07-24 01:11:22 +00:00
Harry Moffat
d6ebf7b799
Added a compiler option that gets utilized for solaris
2009-07-23 23:24:22 +00:00
Harry Moffat
c3917322d1
Added comments about solaris
2009-07-23 18:31:42 +00:00
Harry Moffat
2228bc0288
Added a comment about a possible error.
2009-07-23 18:20:03 +00:00
Harry Moffat
860aea6090
Added std:: to some string declarations.
...
added using namespace std to a cpp file
2009-07-23 17:03:04 +00:00
Harry Moffat
c82fa6fff2
Fixed an interface for fortran
2009-07-23 16:59:32 +00:00
Harry Moffat
a29c1238da
Added std:: to some string calls
2009-07-23 16:56:48 +00:00
Harry Moffat
98fb3fb998
Fixed a warning message on solaris
2009-07-23 14:41:40 +00:00
Harry Moffat
973128d867
General commit. Now putting both the release and debug files into the
...
distribution. Debug files have a _d added to their name.
2009-07-22 01:23:40 +00:00
Harry Moffat
e7078147b3
Changed xml constructors to make them simpler with less implicit
...
conversion routines. Trying to figure out what the issue is with
the pc interface's /MD vs /MDd problems.
2009-07-22 01:21:35 +00:00
Harry Moffat
0d78e48c26
Took out an errant argument
2009-07-21 19:51:16 +00:00
Harry Moffat
c0e7605d15
General commit of pc implementation
2009-07-21 18:58:48 +00:00
Harry Moffat
8248c4bda0
Adding test harness for windows.
2009-07-21 16:56:46 +00:00
Harry Moffat
a88ece98fe
Went back to non autoconf solution for windows.
2009-07-20 19:38:53 +00:00
Harry Moffat
1e4d2513ff
Added a file
2009-07-17 20:47:32 +00:00
Harry Moffat
5c8816a66f
Corrected errors found doing windows test suite
2009-07-17 20:35:00 +00:00
Harry Moffat
8c1eb27639
Fixed an error
2009-07-17 20:15:02 +00:00
Harry Moffat
8e8aff1499
Completed adding Makefile.win
2009-07-17 19:37:01 +00:00
Harry Moffat
8fe5b865d4
Adding Makefile.win files
2009-07-17 19:33:17 +00:00
Harry Moffat
7265f8fad2
Adding Makefile.win to examples
2009-07-17 19:18:52 +00:00
Harry Moffat
454cfeafc5
Changed CVode.o CVodeInt.o
...
There was a problem with the sierra port to the mac. Apparently,
the mac doesn't distinguish between cases.
2009-07-17 15:32:50 +00:00
Harry Moffat
a65d3ca8e3
Adding a windows testing capability.
2009-07-15 21:56:11 +00:00
Harry Moffat
69ec1d7054
Adding windows specific makefiles for python demo test suite
2009-07-15 21:33:56 +00:00
Harry Moffat
561f91c500
Taking runtest out of autogeneration of files loop.
2009-07-15 18:43:02 +00:00
Harry Moffat
24f7922f0c
Taking runtest out of autogeneration of file loop.
2009-07-15 18:40:10 +00:00
Harry Moffat
baa0b72483
taking runtest out of autogeneration of file loop
2009-07-15 18:27:23 +00:00
Harry Moffat
11507043a0
Taking runtest out of autofile generation loop.
2009-07-15 18:21:54 +00:00
Harry Moffat
c6ba4dbc88
Taking runtest out of autofile generation loop
2009-07-15 18:20:47 +00:00
Harry Moffat
a6550ac015
Took runtest out of autogen loop. It's now a fixed file.
2009-07-15 18:12:31 +00:00
Harry Moffat
eca81d9a55
Took autogen of runtest out. Now relies on PYTHON_CMD env variable
2009-07-15 18:09:00 +00:00
Harry Moffat
460761f964
Rebaselined the problem.
2009-07-14 00:19:48 +00:00
Harry Moffat
d1a4a8e7c1
Further change to make sure it works on linux.
...
- sheesh There are problems with the tolerances and internal convergence
requirements within the code.
2009-07-14 00:17:52 +00:00
Harry Moffat
3088a0b365
Reduced the tolerances on the simulation, because the tight tols fail
...
on cygwin.
2009-07-14 00:11:37 +00:00
Harry Moffat
da0b227ab1
Reduced the atol parameter so cygwin would pass
2009-07-13 19:23:06 +00:00
Harry Moffat
16e84c9a5b
Took out some debugging stuff that was still in the main distribution
2009-07-13 16:47:40 +00:00
Harry Moffat
ea6a7e9e34
Fixed spacing
2009-07-11 17:35:05 +00:00
Harry Moffat
7d15ee51b9
Changes to the setup_winmatlab files. Note, this is not complete yet.
2009-07-11 17:24:00 +00:00
Harry Moffat
f697ad4850
Added more namespace information for ReactorNet. There is still something going on here
...
that causes problems with linking applications.
2009-07-11 17:22:52 +00:00
Harry Moffat
c407243581
suppressed a windows warning
2009-07-11 17:21:20 +00:00
Harry Moffat
86ff7e9314
General commit
...
- nothing has changed really. just added commented-out writes that I was using
during the debug process
2009-07-11 17:20:19 +00:00
Harry Moffat
fdfebcec37
General commit of clib package.
...
Added checking of arguments.
Added header info
2009-07-11 17:16:09 +00:00
Harry Moffat
c245407535
Committing recent developments on the windows build
2009-07-11 16:43:12 +00:00
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