Skip to content

Commit 7775ca3

Browse files
authored
Update Layout.cpp
1 parent bc79816 commit 7775ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Simulator/Layouts/Layout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Layout::Layout() : numEndogenouslyActiveNeurons_(0)
2020
{
2121
// Get a copy of the console logger to use in the case of errors
2222
log4cplus::Logger consoleLogger = log4cplus::Logger::getInstance(LOG4CPLUS_TEXT("console"));
23-
23+
2424
// Create Vertices/Neurons class using type definition in configuration file
2525
string type;
2626
ParameterManager::getInstance().getStringByXpath("//VerticesParams/@class", type);

0 commit comments

Comments
 (0)