Initial work in the Molecule and Atom class
Signed-off-by: Vitor Hideyoshi <vitor.h.n.batista@gmail.com>
This commit is contained in:
@@ -23,6 +23,7 @@ if __name__ == '__main__':
|
||||
help='input file of diceplayer [default = control.in]')
|
||||
parser.add_argument('-o', dest='outfile', default='run.log', metavar='OUTFILE',
|
||||
help='output file of diceplayer [default = run.log]')
|
||||
## Study the option of a parameter for continuing the last process via data from control.in and run.log files
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user