Correction to output

This commit is contained in:
henry 2008-05-15 16:54:11 +01:00
parent fc3978e4c8
commit bc834372f1

View File

@ -121,8 +121,8 @@ int main(int argc, char *argv[])
Info<< "Patch " << patchi
<< " named " << currPatch.name()
<< " y+ : min: " << min(Yp) << " max: " << max(Yp)
<< " average: " << average(Yp) << nl << endl;
<< " y+ : min: " << min(yPlus) << " max: " << max(yPlus)
<< " average: " << average(yPlus) << nl << endl;
}
}