From 3054f2d8c4fbd71934864c4d3a70bcf74367df57 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 16 Apr 2024 15:17:50 +0200 Subject: mg2d: add MG2DContext.adaptive_step Unused, for API compatibility with the adaptive step branch. --- mg2d.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mg2d.h') diff --git a/mg2d.h b/mg2d.h index 8f48361..af83345 100644 --- a/mg2d.h +++ b/mg2d.h @@ -246,6 +246,11 @@ typedef struct MG2DContext { * Set by mg2d_solve() if it returns 0 or MG2D_ERR_MAXITER_REACHED. */ double residual_max; + + /** + * Unused, do not set. + */ + int adaptive_step; } MG2DContext; /** -- cgit v1.2.3