further updates relating to commit 278e8c5030

This commit is contained in:
andy
2009-10-27 11:09:33 +00:00
parent 006803b4c5
commit 2f8f9f2782
23 changed files with 37 additions and 37 deletions

View File

@ -109,7 +109,7 @@ namespace Foam
}
}
const scalar& v = values[elemI];
const scalar v = values[elemI];
os << float(v);
}
os << nl;