Skip to content

Commit

Permalink
Fix a unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaillefumier authored and oschuett committed Mar 20, 2019
1 parent 4332823 commit 5b1208b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/input_cp2k_pwdft.F
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ SUBROUTINE create_pwdft_section(section)

CHARACTER(len=*), PARAMETER :: routineN = 'create_pwdft_section', &
routineP = moduleN//':'//routineN
END SUBROUTINE create_pwdft_section

CPASSERT(.NOT. ASSOCIATED(section))
END SUBROUTINE create_pwdft_section

#endif

Expand Down

0 comments on commit 5b1208b

Please sign in to comment.