From 1bb525830e6e0254eba4b8baf8848356d4fdd580 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 21 Jul 2018 16:10:29 +0200 Subject: [PATCH] Fix a typo. --- flow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow.cpp b/flow.cpp index 5e6c1a5..5456d45 100644 --- a/flow.cpp +++ b/flow.cpp @@ -1133,7 +1133,7 @@ int main(int argc, char **argv) // Add the differential flow found by the variational refinement to the base flow, // giving the final flow estimate for this level. // The output is in diff_flow_tex; we don't need to make a new texture. - // You can comment out this prat if you wish to test disabling of the variational refinement. + // You can comment out this part if you wish to test disabling of the variational refinement. { ScopedTimer timer("Add differential flow", &varref_timer); add_base_flow.exec(base_flow_tex, du_dv_tex, level_width, level_height); -- 2.39.2