We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b90bd0 commit 5eedb46Copy full SHA for 5eedb46
vpr/src/base/stats.cpp
@@ -93,7 +93,7 @@ static std::vector<std::vector<std::string>> read_and_trim_csv(const std::string
93
}
94
95
// Write 2D vector to CSV file
96
-void write_csv(const std::string& filepath, const std::vector<std::vector<std::string>>& data) {
+static void write_csv(const std::string& filepath, const std::vector<std::vector<std::string>>& data) {
97
std::ofstream file(filepath);
98
99
for (size_t i = 0; i < data.size(); ++i) {
0 commit comments