Skip to content

Commit cb84d46

Browse files
author
Zaina Shaikh
committed
Clean up comments
1 parent 792f49d commit cb84d46

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

Simulator/Utils/Global.h

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -91,38 +91,6 @@ extern uint64_t g_simulationStep;
9191

9292
const 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.

0 commit comments

Comments
 (0)