Skip to content

Commit

Permalink
resolve an error
Browse files Browse the repository at this point in the history
  • Loading branch information
ErolBa committed Dec 18, 2024
1 parent 95174fa commit 5586201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hesian.f90
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ subroutine hesian( NGdof, position, Mvol, mn, LGdof )

! Only makes sense to compute the Hessian if helicity is constrained
if(Lconstraint.ne.2) then
write(ounit, 'hesian only calculated when Lcons=2')
write(*, *) 'hesian: only calculates the hessian matrix when Lcons=2'
return
endif

Expand Down

0 comments on commit 5586201

Please sign in to comment.