OpenMC/tests/test_complex_cell/test_complex_cell.py

10 lines
193 B
Python
Executable file

#!/usr/bin/env python
import sys
sys.path.insert(0, '..')
from testing_harness import TestHarness
if __name__ == '__main__':
harness = TestHarness('statepoint.10.h5')
harness.main()