mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
topology_psf.F: printkey bug fix when dumping psfs, topology.F: fix comment
svn-origin-rev: 4546
This commit is contained in:
parent
11ae31daa5
commit
e0cd27b9e1
2 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@
|
|||
! CP2K: A general program to perform molecular dynamics simulations !
|
||||
! Copyright (C) 2004 CP2K developers group !
|
||||
!-----------------------------------------------------------------------------!
|
||||
!!****** cp2k/topology_control [1.0] *
|
||||
!!****** cp2k/topology [1.0] *
|
||||
!!
|
||||
!! NAME
|
||||
!! topology_control
|
||||
!! topology
|
||||
!!
|
||||
!! FUNCTION
|
||||
!! Control for reading in different topologies and coordinates
|
||||
|
|
|
|||
|
|
@ -489,7 +489,7 @@ CONTAINS
|
|||
CALL timestop(0.0_dp,handle)
|
||||
CALL write_checkpoint_information("exiting "//routineN,globenv,error)
|
||||
CALL cp_print_key_finished_output(iw,logger,subsys_section,&
|
||||
"MM%PRINT%TOPOLOGY_INFO/PSF_INFO",error=error)
|
||||
"PRINT%TOPOLOGY_INFO/PSF_INFO",error=error)
|
||||
|
||||
END SUBROUTINE write_topology_psf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue