Skip to content

Commit b8eb9e6

Browse files
authored
minor change
1 parent 0a7700a commit b8eb9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RFIM_2D_main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int main(void) {
3131

3232

3333
/* ==================== INITIALISING 2D VECTORS ================*/
34-
std::unordered_map<int, std::unordered_map<int, std::unordered_map<std::string, float>>> network;
34+
//std::unordered_map<int, std::unordered_map<int, std::unordered_map<std::string, float>>> network;
3535
vector < vector <int> > Exmat(N, vector<int>(N, 0))
3636
, sqlat0(VER + 1, vector<int>(VER + 1, 0))
3737
, sqlat1(VER + 1, vector<int>(VER + 1, 0));

0 commit comments

Comments
 (0)