Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/flow_mpfr.h')
-rw-r--r--src/flow_mpfr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flow_mpfr.h b/src/flow_mpfr.h
index e06cbd8..203770d 100644
--- a/src/flow_mpfr.h
+++ b/src/flow_mpfr.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.
@@ -25,7 +25,7 @@ Compute flow numerically
#include "types.h"
// compute flow
-int numerical_flow_mpfr(Grouped_Polynomial flow_equation, RCC_mpfr init, Labels labels, int niter, int display_mode);
+int numerical_flow_mpfr(Grouped_Polynomial flow_equation, RCC_mpfr init, Grouped_Polynomial postprocess_flow_equation, Labels labels, int niter, int display_mode);
// single step
int step_flow_mpfr(RCC_mpfr* rccs, Grouped_Polynomial flow_equation);