added a comment
This commit is contained in:
parent
ad62fb16ab
commit
1c2ab4af76
|
|
@ -10,6 +10,7 @@ int main() {
|
||||||
std::string variable = "U";
|
std::string variable = "U";
|
||||||
auto x = readData(path, variable);
|
auto x = readData(path, variable);
|
||||||
|
|
||||||
|
// Print some values from the file to see that it worked
|
||||||
int num = 0;
|
int num = 0;
|
||||||
for(int i = 0; i < x.size(); i++) {
|
for(int i = 0; i < x.size(); i++) {
|
||||||
if (x[i] < 1E14) std::cout << x[i] << "\n";
|
if (x[i] < 1E14) std::cout << x[i] << "\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue