Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readpaths.f90

    • Property svn:executable set to *
    r13 r4  
    2020!**********************************************************************
    2121
    22 subroutine readpaths(pathfile)
     22subroutine readpaths
    2323
    2424  !*****************************************************************************
     
    3030  !                                                                            *
    3131  !     1 February 1994                                                        *
    32   !     last modified                                                          *
    33   !     HS, 7.9.2012                                                           *
    34   !     option to give pathnames file as command line option                   *
    3532  !                                                                            *
    3633  !*****************************************************************************
     
    5047  implicit none
    5148
    52   integer   :: i
    53   character(256) :: pathfile
     49  integer :: i
    5450
    5551  ! Read the pathname information stored in unitpath
    5652  !*************************************************
    5753
    58   open(unitpath,file=trim(pathfile),status='old',err=999)
     54
     55  open(unitpath,file='pathnames',status='old',err=999)
    5956
    6057  do i=1,numpath
     
    7370    length(numpath+2*(i-1)+2)=index(path(numpath+2*(i-1)+2),' ')-1
    7471  end do
    75   print*,length(5),length(6)
    7672
    7773
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG