Added deform box option and allowed for reading time information from restart files

This commit is contained in:
Alex Selimov 2020-08-10 15:52:19 -04:00
parent 8d939ed942
commit 724e573287
6 changed files with 117 additions and 11 deletions

View file

@ -2,7 +2,7 @@ FC=ifort
FFLAGS=-mcmodel=large -g -O0 -stand f08 -fpe0 -traceback -check bounds,uninit -warn all -implicitnone -no-wrap-margin -heap-arrays
#FFLAGS=-mcmodel=large -Ofast -no-wrap-margin -heap-arrays
MODES=mode_create.o mode_merge.o mode_convert.o
OPTIONS=opt_disl.o opt_group.o opt_orient.o opt_delete.o
OPTIONS=opt_disl.o opt_group.o opt_orient.o opt_delete.o opt_deform.o
OBJECTS=main.o elements.o io.o subroutines.o functions.o atoms.o call_mode.o box.o $(MODES) $(OPTIONS) call_option.o sorts.o
.SUFFIXES: