Program: MKLSGRIDEVALAT

  mklsgridevalat......evaluate arrvial time of nodes
 
  call: [newgrid,newttsupport]=mklsgridevalat(lsopt,mygrid,fxd,evalthese,ttsupport);
 
        lsopt: (structure)
               LSOPT structure as returned by MKLSOPT
 
        mygrid: (structure)
               grid structure as returned by MKLSGRIDNEW
 
        fxd: (strcuture)
                    FXD structure as returned by MKLSLS2FXD, containing all
                    data.
 
        evalthese: (structure)
               structure denoting grid nodes to be evaluated, as returned
               by MKLSGRIDNONREADY.
 
        ttsupport: (structure)
                   TTSUPPORT structure. This structure might be as returned
                   by MKLSEMPTYTTSUPPORT, i.e. unspecific, or with fields
                   that are specific for the used travel time software.
 
 
  result: newgrid: (structure)
                   as MYGRID, but with actualized tested-counters and
                   fit-field.
 
          newttsupport: (structure)
                   as TTSUPPORT, but with actualized contents.
 
  NOTE that all input and output structures have different contents
  depending on the grid type defined in MYGRID.TYPE!
 
  This routine is derived from MKLSGRIDEVALBAZ.
 
  Martin Knapmeyer, 30.03.2005

Read M-File Source Code


eof.