From 1d8648b13a0667d338a4e60df004be7e41525968 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jun 2021 15:44:12 +1000 Subject: Cleanup: repeated terms in code comments & error messages --- intern/mantaflow/intern/manta_fluid_API.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/mantaflow') diff --git a/intern/mantaflow/intern/manta_fluid_API.cpp b/intern/mantaflow/intern/manta_fluid_API.cpp index c04180c8c46..5b27bd91d91 100644 --- a/intern/mantaflow/intern/manta_fluid_API.cpp +++ b/intern/mantaflow/intern/manta_fluid_API.cpp @@ -323,7 +323,7 @@ static void get_rgba( float *r, float *g, float *b, float *a, int total_cells, float *data, int sequential) { int i; - /* Use offsets to map RGB grids to to correct location in data grid. */ + /* Use offsets to map RGB grids to correct location in data grid. */ int m = 4, i_g = 1, i_b = 2, i_a = 3; if (sequential) { m = 1; -- cgit v1.2.3