diff --git a/Cantera/src/RateCoeffMgr.h b/Cantera/src/RateCoeffMgr.h index ae8f4e1c3..8fff31eb3 100755 --- a/Cantera/src/RateCoeffMgr.h +++ b/Cantera/src/RateCoeffMgr.h @@ -1,6 +1,8 @@ /** * @file RateCoeffMgr.h - * + */ + +/* * $Author$ * $Revision$ * $Date$ diff --git a/Cantera/src/stringUtils.cpp b/Cantera/src/stringUtils.cpp index 8fd982152..d8e7e16e0 100755 --- a/Cantera/src/stringUtils.cpp +++ b/Cantera/src/stringUtils.cpp @@ -131,7 +131,7 @@ namespace Cantera { */ void split(const string ss, vector& 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");