Commit graph

5556 commits

Author SHA1 Message Date
Harry Moffat
5e9865869a fixed file names for include files.
static_cast to eliminate VC++ warnigns.
2004-07-02 17:25:43 +00:00
Harry Moffat
900c081143 Corrected file locations for include files. 2004-07-02 17:23:52 +00:00
Harry Moffat
e5fa6790da static_cast to eliminate VC++ warnings. 2004-07-02 17:21:39 +00:00
Harry Moffat
a62b420e26 Corrected file locations of include files.
static_cast to eliminate VC++ warnings.
2004-07-02 17:20:33 +00:00
Harry Moffat
97c3bb97a5 Corrected file locations of include files. 2004-07-02 17:19:24 +00:00
Harry Moffat
7b9242121e Moved CK_SyntaxError definition to the .h file. It's used in more
than one .cpp file.
2004-07-02 16:48:13 +00:00
Harry Moffat
7902138459 split long lines. 2004-07-02 16:47:04 +00:00
Harry Moffat
d37b785b12 Corrected file location of include file. 2004-07-02 16:14:02 +00:00
Harry Moffat
a3c84b0050 static_cast to eliminate VC++ warnings. 2004-07-02 16:13:28 +00:00
Harry Moffat
b6ee6372a1 Correct file location of include file. 2004-07-02 16:12:50 +00:00
Harry Moffat
9927784db3 Corrected file locations of include files.
static_cast to eliminate VC++ warnings.
2004-07-02 16:05:33 +00:00
Harry Moffat
edc998dc1f static_cast to eliminate VC++ warnings. 2004-07-02 16:04:13 +00:00
Harry Moffat
e629929c2e commented out a variable that wasn't used. 2004-07-02 16:02:01 +00:00
Harry Moffat
25bd2545d2 Corrected the file location of include files. 2004-07-02 16:01:24 +00:00
Harry Moffat
71fb913148 Corrected the file locations of include files. 2004-07-02 15:59:11 +00:00
Harry Moffat
abb33063d2 static_cast to eliminate VC++ warnings. 2004-07-02 15:26:01 +00:00
Harry Moffat
4b5fc228a2 Static_cast to eliminate VC++ warnings. 2004-07-02 15:23:33 +00:00
Harry Moffat
840250ee65 static_cast to eliminate warning in VC++ 2004-07-02 15:21:11 +00:00
Harry Moffat
b42efea200 Fixed one Error in file not part of the distribution 2004-07-02 15:20:36 +00:00
Harry Moffat
e1ccfb6b38 Fixed one error in a file not yet part of distribution. 2004-07-02 15:19:57 +00:00
Harry Moffat
2d43407eeb Fixed an error in a calling routine.
Fixed an error involving passing a pointer through an integer array,
when the length of the pointer is longer than the length of a single
integer. Basically, you have to cast first to the longer variable,
before assigning.
2004-07-02 14:58:45 +00:00
Harry Moffat
84fc02996b static_cast to eliminate VC++ warnings. 2004-07-02 14:48:08 +00:00
Harry Moffat
d7cc6b39cf static_cast and size_type to eliminate VC++ warnings. 2004-07-02 14:47:05 +00:00
Harry Moffat
5baeb9f363 static_cast to eliminate VC++ warning message. 2004-07-02 14:45:19 +00:00
Harry Moffat
71a9fc7bb8 Changed the name of a routine, to get it to compile. However, I don't think
this is part of the distribution.
2004-07-02 14:44:29 +00:00
Harry Moffat
b7c4e3cfcb changed the name of an include file. however, I think this is no longer
part of the distribution.
2004-07-02 14:43:34 +00:00
Harry Moffat
cc7c7c6147 static_cast to eliminate warning messages. 2004-07-02 14:42:42 +00:00
Harry Moffat
8fcc465e7f static cast and size_type to eliminate VC++ warning messages. 2004-07-02 14:41:06 +00:00
Harry Moffat
b84664267b static_cast to eliminate VC++ warning messages. 2004-07-02 14:39:29 +00:00
Harry Moffat
b78b8c85ff static_cast to eliminate VC++ warnings. 2004-07-01 23:48:30 +00:00
Harry Moffat
0490e50e8a static_cast to eliminate VC++ warnings. 2004-07-01 23:47:45 +00:00
Harry Moffat
b186f70d83 static_casts to eliminate VC++ warnings. 2004-07-01 23:46:52 +00:00
Harry Moffat
056769913f small changes to eliminate VC++ warnings. 2004-07-01 23:46:00 +00:00
Harry Moffat
8b39a55e7e static_cast to eliminate VC++ warnings 2004-07-01 23:40:38 +00:00
Harry Moffat
ae1c44789f Fixed an error that turned up in VC++.
I think the problem was that VC++ didn't allow friend functions to be
defined in the body of declarations in .h files.
2004-07-01 23:35:13 +00:00
Harry Moffat
f2c6297f24 static cast added to avoid VC++ compiler warning. 2004-07-01 23:26:00 +00:00
Harry Moffat
db9f2b1b87 static_cast added to avoid VC++ compiler issues. 2004-07-01 23:25:14 +00:00
Harry Moffat
40836cf9c2 VC++ warnings were taken out 2004-07-01 23:22:45 +00:00
Harry Moffat
961dc9a972 Added static_cast to remove VC++ compiler warning. 2004-07-01 23:12:44 +00:00
Harry Moffat
ffc6b4c48b Fixed an error with a calling statement. 2004-06-30 22:30:53 +00:00
Harry Moffat
82925de65b Fixed a compiler error that showed up VC++ 2004-06-30 21:08:33 +00:00
Harry Moffat
77568a91d4 Set m_xml to zero after deletion. 2004-06-28 23:51:30 +00:00
Harry Moffat
190298ea9c Added the installSpecies() declaration back in. This is needed for
the particle species thermo object. It's in the cpp file, but just
not declared here.
2004-06-28 23:49:24 +00:00
Harry Moffat
39468681dc Added a few throw statements that was missing.
Added a throw UnknownSpeciesThermo statement for cases where the
complete thermo block is missing. This is necessary for particle
species object to function.
2004-06-28 23:47:35 +00:00
Dave Goodwin
d53fd69936 initial import 2004-06-17 17:49:31 +00:00
Dave Goodwin
14496a260a *** empty log message *** 2004-06-16 21:56:14 +00:00
Dave Goodwin
75c6495d06 changed call to ReactionStoichMgr::add so that non-integral reaction orders are correctly processed. 2004-06-16 21:55:47 +00:00
Dave Goodwin
6bc0b7fb2a *** empty log message *** 2004-06-09 01:02:31 +00:00
Dave Goodwin
32f865ef26 moved functions to read XML input files out of importCTML.cpp and into specific classes 2004-06-09 00:59:23 +00:00
Dave Goodwin
3162abcdec moved reading of xml element data to Elements.cpp 2004-06-06 22:02:32 +00:00