Puffin
Puffin copied to clipboard
Integer overflow for iNumberNodes_G when field mesh is large (> 2x10^9 nodes)
Need to change precision of iNumberNodes_G. Currently it means that field files have the wrong metadata written to them.
iNumberNodes_G is now of size int64, so problem should be fixed - need to test once Hartree Phase 2 is back up. Should probably also update some more integers to size int64, as these could also cause similar problems further down the line. But for now this is a half-fix which should work.