minor cleanup

This commit is contained in:
Dave Goodwin 2006-07-11 15:35:46 +00:00
parent 6f06be3182
commit 3436e52eab
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
/**
* @file RateCoeffMgr.h
*
*/
/*
* $Author$
* $Revision$
* $Date$

View file

@ -131,7 +131,7 @@ namespace Cantera {
*/
void split(const string ss, vector<string>& w) {
string s = ss;
string::size_type icolon, ibegin, iend;
string::size_type ibegin, iend;
string name, num, nm;
do {
ibegin = s.find_first_not_of(", ;\n\t");