Fixed silly error that didn't show up on linux, but did show up on

ubuntu.
This commit is contained in:
Harry Moffat 2009-04-02 14:24:05 +00:00
parent 167502481e
commit 215cea0d1b

View file

@ -54,7 +54,7 @@ namespace Cantera {
* @param right Reference to %ResidJacEval object to be copied into the
* current one.
*/
ResidJacEval& ResidJacEval::operator=(const ResidJacEval &right);
ResidJacEval& operator=(const ResidJacEval &right);
//! Duplication routine for objects which inherit from
//! residJacEval