Current working changes to control-box code

This commit is contained in:
Alex Selimov 2020-10-19 15:14:12 -04:00
parent 5949f04103
commit 95e2ad0b4d
6 changed files with 50 additions and 97 deletions

View file

@ -793,4 +793,11 @@ module elements
virial_node(:,:,:,ie) = virial
return
end subroutine add_element_data
subroutine reset_data
!This function resets all of the data arrays for the elements and atoms
atom_num = 0
ele_num = 0
node_num = 0
end subroutine reset_data
end module elements