OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [pr30147.f90] - Blame information for rev 404

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 303 jeremybenn
MODULE input_cp2k_motion
2
  IMPLICIT NONE
3
  interface
4
    SUBROUTINE keyword_create(variants)
5
      CHARACTER(len=*), DIMENSION(:), &
6
      INTENT(in)                   :: variants
7
    end subroutine
8
  end interface
9
CONTAINS
10
  SUBROUTINE create_neb_section()
11
    CALL keyword_create(variants=(/"K"/))
12
  END SUBROUTINE create_neb_section
13
END MODULE input_cp2k_motion
14
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.