Skip to content

Commit

Permalink
Pint: pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
cschran authored and hforbert committed Aug 22, 2019
1 parent b70f537 commit bbc5c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/motion/pint_methods.F
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ SUBROUTINE pint_release(pint_env)
DEALLOCATE (pint_env%propagator)

IF (pint_env%simpar%constraint) THEN
DEALLOCATE(pint_env%atoms_constraints)
DEALLOCATE (pint_env%atoms_constraints)
END IF
CALL release_simpar_type(pint_env%simpar)

Expand Down

0 comments on commit bbc5c09

Please sign in to comment.