commented out a variable that wasn't used.

This commit is contained in:
Harry Moffat 2004-07-02 16:02:01 +00:00
parent 25bd2545d2
commit e629929c2e

View file

@ -440,7 +440,7 @@ namespace Cantera {
{
int i, n = m_nmax - m_nmin + 1;
int ndeg=0;
char s[100];
//char s[100];
string indent = " ";
vector_fp values(n);
doublereal rmserr;