6 lines
112 B
Python
6 lines
112 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
from PyFoam.Applications.ChangeGGIBoundary import ChangeGGIBoundary
|
||
|
|
||
|
ChangeGGIBoundary()
|