We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7700a commit b8eb9e6Copy full SHA for b8eb9e6
RFIM_2D_main.cpp
@@ -31,7 +31,7 @@ int main(void) {
31
32
33
/* ==================== INITIALISING 2D VECTORS ================*/
34
- std::unordered_map<int, std::unordered_map<int, std::unordered_map<std::string, float>>> network;
+ //std::unordered_map<int, std::unordered_map<int, std::unordered_map<std::string, float>>> network;
35
vector < vector <int> > Exmat(N, vector<int>(N, 0))
36
, sqlat0(VER + 1, vector<int>(VER + 1, 0))
37
, sqlat1(VER + 1, vector<int>(VER + 1, 0));
0 commit comments