Commit 1d83d4926b95c54a1369f12ddb0bf297329618dc

Thomas de Grivel 2024-05-14T18:06:16

copyright

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/smallpt.cpp b/smallpt.cpp
index fdc9e21..9eb8bee 100644
--- a/smallpt.cpp
+++ b/smallpt.cpp
@@ -2,6 +2,8 @@
  * Make : g++ -O3 -fopenmp smallpt.cpp -o smallpt
  *        Remove "-fopenmp" for g++ version < 4.2
  * Usage: time ./smallpt 5000 && xv image.ppm
+ *
+ * Copyright 2024 Thomas de Grivel <thodg@kmx.io>
  */
 #include <math.h>
 #include <stdlib.h>