Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit 4f51672

Browse files
committed
ch08: Fix syntax error in constant_hit() code
1 parent 6dbc6c0 commit 4f51672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/ch08.md.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
rec.p = r.point_at_parameter(rec.t);
107107

108108
if (debugging) {
109-
std::cerr << "hit_distance = " << hit_distance << '\n';
110-
<< "rec.t = " << rec.t << '\n';
109+
std::cerr << "hit_distance = " << hit_distance << '\n'
110+
<< "rec.t = " << rec.t << '\n'
111111
<< "rec.p = " << rec.p << '\n';
112112
}
113113

0 commit comments

Comments
 (0)