~siesta-ts/siesta/trunk_ts_soc

« back to all changes in this revision

Viewing changes to Src/timer_tree.f90

  • Committer: Nils Wittemeier
  • Date: 2019-02-14 07:45:07 UTC
  • mfrom: (746.1.15 trunk)
  • Revision ID: nils@4wittemeier.de-20190214074507-1mvzbmj9kw19gllr
MergedĀ trunkĀ 761

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
  interface
102
102
     subroutine die(str)
103
 
       character(len=*), intent(in), optional :: str
 
103
       character(len=*), intent(in) :: str
104
104
     end subroutine die
105
105
  end interface
106
106