File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -91,38 +91,6 @@ extern uint64_t g_simulationStep;
9191
9292const int g_nMaxChunkSize = 100 ;
9393
94- // NETWORK MODEL VARIABLES NMV-BEGIN {
95- // Vertex types.
96- // NEURO:
97- // INH - Inhibitory neuron
98- // EXC - Excitory neuron
99- // NG911:
100- // CALR: Caller radii
101- // PSAP: PSAP nodes
102- // EMS, FIRE, LAW: Responder nodes
103- /*
104- // Moved to Utils/VertexType.h
105- enum class vertexType {
106- // Neuro
107- INH = 1,
108- EXC = 2,
109- // NG911
110- CALR = 3,
111- PSAP = 4,
112- EMS = 5,
113- FIRE = 6,
114- LAW = 7,
115- // UNDEF
116- VTYPE_UNDEF = 0
117- };
118- // Custom streaming operator<< for the enum class vertexType
119- inline std::ostream &operator<<(std::ostream &os, vertexType vT)
120- {
121- os << static_cast<int>(vT);
122- return os;
123- }
124- */
125-
12694// Edge types.
12795// NEURO:
12896// II - Synapse from inhibitory neuron to inhibitory neuron.
You can’t perform that action at this time.
0 commit comments