From 2ec6246e105e9c5f18bc98f4fa50dd99f01337ee Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Fri, 4 Jan 2013 14:48:29 -0500 Subject: [PATCH] fixed typo --- src/volume/gridvolume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volume/gridvolume.cpp b/src/volume/gridvolume.cpp index 77132d9e..a08dae6e 100644 --- a/src/volume/gridvolume.cpp +++ b/src/volume/gridvolume.cpp @@ -93,7 +93,7 @@ MTS_NAMESPACE_BEGIN * * When using this data source to represent floating point density volumes, * please ensure that the values are all normalized to lie in the - * range $[0, 1]$---otherwise, the Woocock-Tracking integration method in + * range $[0, 1]$---otherwise, the Woodcock-Tracking integration method in * \pluginref{heterogeneous} will produce incorrect results. */ class GridDataSource : public VolumeDataSource {