mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Further standardization of loop index naming: pointI -> pointi, patchI -> patchi
This commit is contained in:
@ -766,9 +766,9 @@ int main(int argc, char *argv[])
|
||||
// Info<< "Writing edges of intersection to selfInter.obj" << endl;
|
||||
//
|
||||
// OFstream intStream("selfInter.obj");
|
||||
// forAll(inter.cutPoints(), cutPointI)
|
||||
// forAll(inter.cutPoints(), cutPointi)
|
||||
// {
|
||||
// const point& pt = inter.cutPoints()[cutPointI];
|
||||
// const point& pt = inter.cutPoints()[cutPointi];
|
||||
//
|
||||
// intStream << "v " << pt.x() << ' ' << pt.y() << ' ' << pt.z()
|
||||
// << endl;
|
||||
|
||||
Reference in New Issue
Block a user