Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/flow.h')
-rw-r--r--src/flow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flow.h b/src/flow.h
index 9491323..ad43b72 100644
--- a/src/flow.h
+++ b/src/flow.h
@@ -1,5 +1,5 @@
/*
-Copyright 2015 Ian Jauslin
+Copyright 2015-2022 Ian Jauslin
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ Compute flow numerically
#include "types.h"
// compute flow
-int numerical_flow(Grouped_Polynomial flow_equation, RCC init, Labels labels, int niter, int display_mode);
+int numerical_flow(Grouped_Polynomial flow_equation, RCC init, Grouped_Polynomial postprocess_flow_equation, Labels labels, int niter, int display_mode);
// single step
int step_flow(RCC* rccs, Grouped_Polynomial flow_equation);