Harry Moffat
2bbbe08cff
took out formatConcentrationString. It wasn't being used.
2009-01-14 22:46:32 +00:00
Harry Moffat
6ee0ad3fbd
doxygen update.
...
moved report to ThermoPhase.h
2009-01-14 22:22:29 +00:00
Harry Moffat
81e8de48df
Doxygen update
2009-01-13 23:41:23 +00:00
Harry Moffat
cfcb884dde
Fixed an error that crept into the last iteration.
2009-01-13 22:56:45 +00:00
Harry Moffat
cf87c82cd8
doxygen update
2009-01-13 22:14:54 +00:00
Harry Moffat
1f68560bdd
doxygen updates
2009-01-13 20:55:20 +00:00
Harry Moffat
012586fe01
Doxygen update
2009-01-12 19:39:14 +00:00
Harry Moffat
af7a31fbc1
Added doxygen info
2009-01-12 16:06:20 +00:00
Harry Moffat
bb9e5e3fb8
doxygen updates
2009-01-11 23:52:41 +00:00
Harry Moffat
5d1c68d542
doxygen update -> added these files to doxygen
2009-01-11 19:59:15 +00:00
Harry Moffat
8b133d3051
Doxygen updates
2009-01-10 23:07:21 +00:00
Harry Moffat
59ee40d20e
Fixed an error due to the last commt
2009-01-10 18:30:28 +00:00
Harry Moffat
0495a00c88
Moved a function tokenizeString from ctml to stringUtils.
2009-01-10 18:26:15 +00:00
Harry Moffat
fdcb5164de
doxygen update.
...
includes demangling
2009-01-10 17:58:12 +00:00
Harry Moffat
f0d110ea28
doxygen updates
2009-01-09 16:52:55 +00:00
Harry Moffat
080bd5ba3c
Added doxygen comments.
2009-01-08 15:11:09 +00:00
Harry Moffat
3c87825f84
Doxygen update
2009-01-07 20:58:40 +00:00
Harry Moffat
05b50747c8
doxygen updates
2009-01-07 16:42:25 +00:00
Harry Moffat
4951f9f028
Made strings with defaults pass by value
2009-01-07 15:31:22 +00:00
Harry Moffat
12647daa8c
doxygen update
2009-01-07 15:28:38 +00:00
Harry Moffat
2dc2b21423
doxygen update - eliminated warnings
2009-01-06 21:30:08 +00:00
Harry Moffat
e16a74df83
doxygen updates
2009-01-05 23:52:43 +00:00
Harry Moffat
7ba6449978
Finished low lvl doxygen commenting XML_Node object
2009-01-05 23:33:44 +00:00
Harry Moffat
a879666984
Doxygen updates
2009-01-03 18:48:25 +00:00
Harry Moffat
51aa98675e
Changed one of the getString() functions to getChildValue(),
...
to get rid of some unnecessary overloading.
2009-01-02 22:34:41 +00:00
Harry Moffat
09236f42f8
Doxygen updates
2009-01-02 21:46:31 +00:00
Harry Moffat
93b71cdc3f
Got rid of the function getStrings(). It wasn't used anywhere.
2009-01-02 21:23:49 +00:00
Harry Moffat
b2cf384cea
Added PURIFY option to makefiles
2008-12-30 21:49:41 +00:00
Harry Moffat
e8c33462c6
doxygen update
2008-12-29 21:19:28 +00:00
Harry Moffat
a44c7650c5
Added fpValueCheck and added doxygen info
2008-12-27 00:25:04 +00:00
Harry Moffat
16506aeac4
Added some fast zero and fast copy functions for doubles.
2008-12-20 00:00:29 +00:00
Harry Moffat
de704473eb
Changed old to new style C headers
2008-12-17 17:09:37 +00:00
Harry Moffat
4eebd8012c
Added a missing include file that may have caused a compilation error
...
on ubuntu.
2008-12-16 18:04:36 +00:00
Harry Moffat
f1ab514ee5
Deleted a warning message on solaris
2008-12-16 17:51:42 +00:00
Harry Moffat
dad3088736
Changed findByAttr to be a const function.
2008-12-04 02:11:51 +00:00
Harry Moffat
022f3da1da
More doxygen updates.
...
Started changing 'const std::string ggg' arguments into
'const std::string & ggg arguments.
Supposedly, the latter is faster, as it only passes a pointer instead
of going through an implicit copy constructor operation.
2008-11-03 16:10:25 +00:00
Harry Moffat
e48f46cd1a
Doxygen update.
...
moved attribs() to be a private function.
2008-11-01 00:55:22 +00:00
Harry Moffat
0cebba592f
Doxygen update
2008-10-31 20:57:48 +00:00
Harry Moffat
8a740e53d8
Doxygen updates
2008-10-31 19:14:57 +00:00
Harry Moffat
3bd378733a
Doxygen updates on these files
2008-10-31 17:51:09 +00:00
Harry Moffat
33f5767833
More documentation of XML_Node
2008-10-31 16:46:49 +00:00
Harry Moffat
75e56cf8d3
Added documentation.
...
Made getFloat() more explicit. Took out the use of "-" for type. Now,
have to specify the type of units conversion.
2008-10-31 15:45:00 +00:00
Harry Moffat
1315ee324e
Fixed a spelling error.
2008-10-19 14:50:49 +00:00
Harry Moffat
30a6ec91da
Added a warning about employing relative paths to find python executable.
2008-10-16 17:00:18 +00:00
Harry Moffat
b739568620
This was left out of previous commits
...
Broke getStringArray into 2
added strSItoDbl which converts a string with units into a double value
2008-09-26 20:24:40 +00:00
Harry Moffat
86b9899e74
More carriage return issues. Strip now uses the ISO C isspace() routine.
2008-09-17 20:03:31 +00:00
Harry Moffat
7a4e9ee4e3
Fixed an error in getStringArray that caused files with white space
...
characters other than ' \n\t' (e.g., a carriage return) to fail to
be read properly. This single issue may be cause of multiple problems
with running Cantera on pc's.
2008-09-17 19:52:34 +00:00
Harry Moffat
f52b57986d
house cleaning and docs:
...
-> got rid of m_n. I could not see that it was used anywhere.
2008-08-22 14:50:52 +00:00
Harry Moffat
b99df1b110
Added a std:: to transform
2008-08-22 14:41:07 +00:00
Harry Moffat
146f856b4a
Changed proc to procedure
2008-08-22 02:55:58 +00:00