b1ab3694fa
a) to conform to the new PyFoam.Site-package b) Run on Python 2 and Python 3 (by replacing print with the print_ from the six-library)
5 lines
128 B
Python
Executable file
5 lines
128 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
from PyFoam.Site.ChangeMixingPlaneBoundary import ChangeMixingPlaneBoundary
|
|
|
|
ChangeMixingPlaneBoundary()
|