Skip to content

Commit

Permalink
Updates test_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedemann Zenke committed Mar 18, 2014
1 parent 2d6c7de commit 61fea1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test_sync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "Logger.h"
#include "PoissonGroup.h"
#include "IFGroup.h"
#include "P07Connection.h"
#include "P09Connection.h"
#include "SpikeMonitor.h"
#include "DelayedSpikeMonitor.h"
#include "PopulationRateMonitor.h"
Expand Down Expand Up @@ -141,11 +141,11 @@ int main(int ac, char* av[])

IFGroup * neurons = new IFGroup(100);

P07Connection * con = new P07Connection(
P09Connection * con = new P09Connection(
poisson,neurons,
0.1,0.1);

P07Connection * con2 = new P07Connection(
P09Connection * con2 = new P09Connection(
poisson2,neurons,
0.1,0.1);

Expand Down

0 comments on commit 61fea1f

Please sign in to comment.