f_dbcsr_timestop Subroutine

private subroutine f_dbcsr_timestop(handle) bind(C, name="c_dbcsr_timestop")

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(in) :: handle

Source Code

   SUBROUTINE f_dbcsr_timestop(handle) BIND(C, name="c_dbcsr_timestop")

      INTEGER(KIND=C_INT), INTENT(IN)        :: handle

      CALL timestop(handle)
   END SUBROUTINE f_dbcsr_timestop