Skip to content

Commit

Permalink
document hfeval in scalar_value
Browse files Browse the repository at this point in the history
  • Loading branch information
aoterodelaroza committed Mar 14, 2024
1 parent 686c5a6 commit e2009c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.f90
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ module types
real*8 :: del2f = 0d0 ! field Laplacian
real*8 :: del2fval = 0d0 ! field Laplacian (valence only)
real*8 :: hfevec(3,3) = 0d0 ! field Hessian eigenvectors
real*8 :: hfeval(3) = 0d0 ! field Hessian eigenvalues
real*8 :: hfeval(3) = 0d0 ! field Hessian eigenvalues (ascending order)
integer :: r = 0 ! field Hessian rank
integer :: s = 0 ! field Hessian signature
! avail_gkin
Expand Down

0 comments on commit e2009c6

Please sign in to comment.