OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [pr30147.f90] - Blame information for rev 701

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

Line No. Rev Author Line
1 695 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.