from calcephpy import *
peph = CalcephBin.open("example1.dat")
n = peph.getconstantcount()
print("number of constants", n)
peph.close()
from calcephpy import *
peph = CalcephBin.open("example1.dat")
n = peph.getconstantcount()
print("number of constants", n)
peph.close()