From 61fea1f5c6074e3e8140450cb9faf68a64ea012a Mon Sep 17 00:00:00 2001 From: Friedemann Zenke Date: Tue, 18 Mar 2014 10:31:46 +0100 Subject: [PATCH] Updates test_sync --- src/test_sync.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test_sync.cpp b/src/test_sync.cpp index b8e94d30..09f03542 100644 --- a/src/test_sync.cpp +++ b/src/test_sync.cpp @@ -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" @@ -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);