mhoffman / kmos

kMC on steroids: A vigorous attempt to make lattice kinetic Monte Carlo modelling easier
http://mhoffman.github.com/kmos/
GNU General Public License v3.0
53 stars 34 forks source link

Errors on the debug mode #61

Open wulx opened 6 years ago

wulx commented 6 years ago

https://github.com/mhoffman/kmos/blob/dd523c20bff6a88fcea3d8a24f8af432895d0a1b/kmos/io.py#L2586

I modified this line as follows.

out.write('        print *,"PROCLIST/RUN_PROC_NR/NAME","%s"\n' % process.name)
out.write('        print *, "  PROCLIST/RUN_PROC_NR/PROC", proc\n')
out.write('        print *, "  PROCLIST/RUN_PROC_NR/NR_CELL", nr_cell\n')
out.write('        print *, "  PROCLIST/RUN_PROC_NR/CELL", cell\n')