From 469bdc80712dbf9c12562059dc4594620b59a076 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Wed, 7 Oct 2015 12:51:41 +0000 Subject: Support MPFR floats in numkondo Remove '-D' option (error tolerance) in numkondo --- src/flow.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/flow.h') diff --git a/src/flow.h b/src/flow.h index baef992..9491323 100644 --- a/src/flow.h +++ b/src/flow.h @@ -21,14 +21,12 @@ Compute flow numerically #ifndef NUMERICAL_FLOW_H #define NUMERICAL_FLOW_H - -#include "grouped_polynomial.h" -#include "rcc.h" +#include "types.h" // compute flow -int numerical_flow(Grouped_Polynomial flow_equation, RCC init, Labels labels, int niter, long double tol, int display_mode); +int numerical_flow(Grouped_Polynomial flow_equation, RCC init, Labels labels, int niter, int display_mode); // single step -int step_flow(RCC* rccs, Grouped_Polynomial flow_equation, long double tol); +int step_flow(RCC* rccs, Grouped_Polynomial flow_equation); // print the label of an rcc (takes constants and derivatives into account) int print_label(int index, Labels labels); -- cgit v1.2.3-70-g09d2