Skip to content

Commit

Permalink
Add 'r' to sampler.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgyurgyik authored Feb 10, 2020
1 parent a902f1d commit c5dc82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/utilities/lib/grid_traversal.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ctypedef void sampler_function(
# vc VolumeContainer* : Pointer to the volume container to be traversed.
# v_pos np.float64_t[3] : The x,y,z coordinates of the ray's origin.
# v_dir np.float64_t[3] : The x,y,z coordinates of the ray's direction.
# sample sampler_function* : Pointer to the sample function to be used.
# sample sampler_function* : Pointer to the sampler function to be used.
# return_t np.float64_t* : Pointer to the final value of t that is still inside the volume container. Defaulted to NULL.
# max_t np.float64_t : The maximum value of t that the ray is allowed to travel. Defaulted to 1.0 (no restriction).
#
Expand Down

0 comments on commit c5dc82f

Please sign in to comment.