YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
interp_method_creep.h
Go to the documentation of this file.
1// Copyright (c) 2024 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#ifndef INTERP_METHOD_CREEP_H
6#define INTERP_METHOD_CREEP_H
7
8#include "interp_method.h"
9
10// YAC PUBLIC HEADER START
11
16#define YAC_INTERP_CREEP_DISTANCE_DEFAULT (-1)
17
18struct interp_method * yac_interp_method_creep_new(int creep_distance);
19
20// YAC PUBLIC HEADER STOP
21
22#endif // INTERP_METHOD_CREEP_H
struct interp_method * yac_interp_method_creep_new(int creep_distance)