]> git.sesse.net Git - nageru/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 21 Jul 2018 14:10:29 +0000 (16:10 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 21 Jul 2018 14:10:29 +0000 (16:10 +0200)
flow.cpp

index 5e6c1a50e8bfaeb98f52d24814b2c17a342b2026..5456d45121bdd8fafcf3c9e3e36890a0f9a12a87 100644 (file)
--- 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);