We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f87d38 commit f7a6654Copy full SHA for f7a6654
1 file changed
src/core/diffusion/diffusion_grid.cc
@@ -406,7 +406,7 @@ real_t DiffusionGrid::GetValue(const Real3& position) const {
406
/// Get the concentration at specified voxel
407
real_t DiffusionGrid::GetConcentration(const size_t idx) const {
408
if (idx >= total_num_boxes_) {
409
- Log::Error("DiffusionGrid::ChangeConcentrationBy",
+ Log::Error("DiffusionGrid::GetConcentration",
410
"You tried to get the concentration outside the bounds of "
411
"the diffusion grid!");
412
return 0;
0 commit comments