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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc3/] [gcc/] [testsuite/] [gfortran.dg/] [pr30391-1.f90] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-options "-O1" }
3
SUBROUTINE check_for_overlap (cell_length)
4
  REAL, DIMENSION(1:3), INTENT(IN), OPTIONAL :: cell_length
5
  REAL, DIMENSION(1:3) :: abc, box_length
6
 
7
  IF (PRESENT(cell_length)) THEN
8
    box_length(1:3)=abc(1:3)
9
  ENDIF
10
END SUBROUTINE check_for_overlap

powered by: WebSVN 2.1.0

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