added a comment

This commit is contained in:
Robin 2024-12-19 18:56:29 +01:00
parent ad62fb16ab
commit 1c2ab4af76
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ int main() {
std::string variable = "U";
auto x = readData(path, variable);
// Print some values from the file to see that it worked
int num = 0;
for(int i = 0; i < x.size(); i++) {
if (x[i] < 1E14) std::cout << x[i] << "\n";