Show
Ignore:
Timestamp:
06/29/10 00:08:57 (14 years ago)
Author:
ondrak
Message:

fixed passive behavior
attempt to log offset

directory texty added

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/Zlicingw.cfg

    r1111 r1118  
    5050        // constant entrances: entrances = "zlicin_const01_495_601.csv"; 
    5151        //                     entrances = "zlicin_const02_495_601.csv"; 
    52         entrances = "zlicin_const01_495_601.csv"; 
     52        entrances = "zlicin_const02_495_601.csv"; 
    5353 
    5454        // Simulation length. Due to design of the Aimsun simulator, 
    5555        // simulation in our case starts always at 00:00:00. Default simulation 
    5656        // length is 24 hours (24:00:00). 
    57         stop_time = "00:05:00"; 
     57        stop_time = "24:00:00"; 
    5858         
    5959        // Simulation length in number of cycles (one cycle = 90 s) 
    6060        // If present, overwrites stop_time. Ensures corrent termination of simulation 
    6161        // Example: 1 hour = 40 cycles, 6 hours = 240 cycles, 24 hours = 960  
    62         //stop_cycle=5; 
     62        stop_cycle=5; 
    6363         
    6464};