minor cleanup
This commit is contained in:
parent
6f06be3182
commit
3436e52eab
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/**
|
||||
* @file RateCoeffMgr.h
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Author$
|
||||
* $Revision$
|
||||
* $Date$
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue