Commit graph

25 commits

Author SHA1 Message Date
Dave Goodwin
ce73f8bacd removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added. 2006-11-27 21:43:30 +00:00
Harry Moffat
9d6b4258d9 Fixed an optimization compiler warning about a possible uninitialized variable. 2006-08-19 16:08:03 +00:00
Dave Goodwin
660e5a7812 commented out 2 output statements 2006-07-11 15:40:59 +00:00
Dave Goodwin
275865b5a9 *** empty log message *** 2006-05-17 15:14:56 +00:00
Dave Goodwin
f5ffa16a48 changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
Harry Moffat
4015fd7cf1 Solaris sunpro compilers gave a warning about virtual functions in the
same class which
have the same name, but which have different arguments.
   Solaris complains when virtual functions are hidden, when they are
overloaded.
2006-03-07 20:52:16 +00:00
Dave Goodwin
7718361c94 modifications to simplify solving boundary value problems 2005-09-13 17:10:08 +00:00
Dave Goodwin
83501b5d72 *** empty log message *** 2005-08-18 14:44:35 +00:00
Dave Goodwin
f18a811cf2 changes by Karl Meredith to implement adiabatic, freely-propagating flames 2004-11-12 23:37:32 +00:00
Harry Moffat
abb33063d2 static_cast to eliminate VC++ warnings. 2004-07-02 15:26:01 +00:00
Dave Goodwin
1b6e12aeaf fixed problem with continuing beyond max number of points 2004-05-30 04:04:52 +00:00
Dave Goodwin
dcae4f3acd *** empty log message *** 2003-10-04 02:15:55 +00:00
Dave Goodwin
f640d97853 *** empty log message *** 2003-09-22 13:14:10 +00:00
Dave Goodwin
e6a0ba740c *** empty log message *** 2003-09-10 19:14:15 +00:00
Dave Goodwin
f238409026 *** empty log message *** 2003-09-09 19:33:36 +00:00
Dave Goodwin
def19717ce *** empty log message *** 2003-09-04 23:25:08 +00:00
Dave Goodwin
73ffafe226 *** empty log message *** 2003-08-29 13:13:08 +00:00
Dave Goodwin
bf83841317 *** empty log message *** 2003-08-28 15:02:53 +00:00
Dave Goodwin
5d1b37c7aa *** empty log message *** 2003-08-26 03:25:39 +00:00
Dave Goodwin
0b4bde2ae0 added some 'const's 2003-08-20 15:23:26 +00:00
Dave Goodwin
81189197f1 *** empty log message *** 2003-08-13 13:56:34 +00:00
Dave Goodwin
76526a6aa3 *** empty log message *** 2003-07-04 06:37:42 +00:00
Dave Goodwin
de7c965da8 *** empty log message *** 2003-06-08 14:51:29 +00:00
Dave Goodwin
2a00814a9d *** empty log message *** 2003-06-07 23:53:49 +00:00
Dave Goodwin
32fed991cf - 2003-05-13 19:43:30 +00:00