wulx
Results
1
issues of
wulx
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",...