Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/skplin.f90

    r36 r4  
    11!**********************************************************************
    2 ! Copyright 1998-2015                                                 *
     2! Copyright 1998,1999,2000,2001,2002,2005,2007,2008,2009,2010         *
    33! Andreas Stohl, Petra Seibert, A. Frank, Gerhard Wotawa,             *
    44! Caroline Forster, Sabine Eckhardt, John Burkhart, Harald Sodemann   *
     
    2121
    2222subroutine skplin(nlines,iunit)
    23   !                 i      i 
     23  !                    i      i
    2424  !*****************************************************************************
    2525  !                                                                            *
     
    3838  !                                                                            *
    3939  !*****************************************************************************
    40   ! PS 2/2015: catch EOF condition so that we can
    41   ! have optional parameters at end of list for compatibility
    4240
    43  
    4441  implicit none
    4542
    46   integer, intent(in)  :: nlines, iunit
    47   integer :: i, icmdstat
     43  integer :: i,iunit, nlines
    4844
    4945  do i=1,nlines
    50     read(iunit,*,iostat=icmdstat)
     46    read(iunit,*)
    5147  end do
    52    
     48
    5349end subroutine skplin
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG