Show
Ignore:
Timestamp:
03/01/10 22:26:32 (2 years ago)
Author:
apdavison
Message:

Partial fix for ticket:160, as well as fixing some related limitations in the nest module.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/hoc/vecstim.mod

    r216 r717  
    6161 
    6262PARAMETER { 
    63     ping = 0 (ms)  
     63    ping = 1 (ms)  
    6464} 
    6565 
     
    7777    } 
    7878    if (ping > 0) { 
    79         net_send(ping+1e-9, 2) 
     79        net_send(ping, 2) 
    8080    } 
    8181}