diff options
| author | Connor Hugh Moore <moore_c@pc17430.psi.ch> | 2026-07-16 13:49:44 +0200 |
|---|---|---|
| committer | Connor Hugh Moore <moore_c@pc17430.psi.ch> | 2026-07-16 13:49:44 +0200 |
| commit | 43af3a674f2171c4ba22534b366277e18baad67b (patch) | |
| tree | bbc6000e35da22ed61052e423c12bf5705359224 /hpmr.py | |
| parent | 88686ecdd815936e0aa804e4f3289a86a6fcb682 (diff) | |
Updated shebang to specify python3.12
Diffstat (limited to 'hpmr.py')
| -rwxr-xr-x | hpmr.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/python3 +#!/bin/env python3.12 import openmc import math import argparse |
