topoSet: Renamed point entries for cylinder sources

End points of topoSet cylinder sources should now be specified as
"point1" and "point2", which is consistent with other parts of the code.

The previous keywords, "p1" and "p2" have been retained for backwards
compatibility but may be removed in future.
This commit is contained in:
Will Bainbridge
2021-01-13 10:17:21 +00:00
parent f1086e51e5
commit 9e947d1644
13 changed files with 104 additions and 384 deletions

View File

@ -23,8 +23,8 @@ actions
source cylinderToCell;
sourceInfo
{
p1 (0.435 0 0);
p2 (0.44 0 0);
point1 (0.435 0 0);
point2 (0.44 0 0);
radius 0.015875;
}
}

View File

@ -23,8 +23,8 @@ actions
source cylinderToCell;
sourceInfo
{
p1 (0.435 0 0);
p2 (0.44 0 0);
point1 (0.435 0 0);
point2 (0.44 0 0);
radius 0.015875;
}
}