BUG: Correct line length

This commit is contained in:
laurence 2012-05-02 17:23:45 +01:00
parent f0d86b6886
commit 453a455c83

View File

@ -91,8 +91,8 @@ inline bool Foam::pointEdgeCollapse::update
// // Same coordinate. Same string?
// if (w2.collapseIndex_ < collapseIndex_)
// {
// // Take over string index from w2 (and also coordinate but this
// // was same)
// // Take over string index from w2 (and also coordinate but
// // this was same)
// operator=(w2);
// return true;
// }