Skip to content

Commit 80690ef

Browse files
committed
Fixed formatting issues
1 parent 5cead9f commit 80690ef

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Simulator/Vertices/Neuro/AllIFNeurons_d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
#include "AllIFNeurons.h"
1010
#include "Book.h"
11+
#include "DeviceVector.h"
1112
#include "GPUModel.h"
1213
#include "Simulator.h"
13-
#include "DeviceVector.h"
1414

1515
/// Allocate GPU memories to store all neurons' states,
1616
/// and copy them from host to GPU memory.

Simulator/Vertices/Neuro/AllIZHNeurons_d.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
#include "AllSpikingSynapses.h"
1111
#include "AllVerticesDeviceFuncs.h"
1212
#include "Book.h"
13+
#include "DeviceVector.h"
1314
#include "GPUModel.h"
1415
#include "Simulator.h"
15-
#include "DeviceVector.h"
16-
1716

1817
/// CUDA code for advancing izhikevich neurons
1918
///

Simulator/Vertices/Neuro/AllSpikingNeurons_d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#include "AllSpikingNeurons.h"
1010
#include "AllSpikingSynapses.h"
1111
#include "Book.h"
12+
#include "DeviceVector.h"
1213
#include "GPUModel.h"
1314
#include "Simulator.h"
14-
#include "DeviceVector.h"
1515

1616
/// CUDA kernel for adding psr of all incoming synapses to summation points.
1717
///

0 commit comments

Comments
 (0)