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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user