mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
added a comment
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user