mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Correct line length
This commit is contained in:
@ -91,8 +91,8 @@ inline bool Foam::pointEdgeCollapse::update
|
|||||||
// // Same coordinate. Same string?
|
// // Same coordinate. Same string?
|
||||||
// if (w2.collapseIndex_ < collapseIndex_)
|
// if (w2.collapseIndex_ < collapseIndex_)
|
||||||
// {
|
// {
|
||||||
// // Take over string index from w2 (and also coordinate but this
|
// // Take over string index from w2 (and also coordinate but
|
||||||
// // was same)
|
// // this was same)
|
||||||
// operator=(w2);
|
// operator=(w2);
|
||||||
// return true;
|
// return true;
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user