Current working changes to control-box code
This commit is contained in:
parent
5949f04103
commit
95e2ad0b4d
6 changed files with 50 additions and 97 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue