From 8a3ed4c1f9464160ef522b5dec119b4a66108919 Mon Sep 17 00:00:00 2001 From: "yu.dongliang" <18588496441@163.com> Date: Tue, 10 Oct 2023 22:36:51 +0800 Subject: [PATCH] delete __ses_path_dr() --- ses_core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ses_core.h b/ses_core.h index b5b3817..89a54de 100644 --- a/ses_core.h +++ b/ses_core.h @@ -108,7 +108,6 @@ int ses_steps_analyse(ScfEfunction* f, int64_t ns, int64_t count); void __ses_path_split_i(ScfEfunction* f, ses_path_t* path, int i, int j, double la, double jla, double* a, double* ja); void __ses_path_pr (ScfEfunction* f, ses_path_t* path, int i, int j, ScfEpin* cp1, double* r, double* jr); -void __ses_path_dr (ScfEpin* p0, ScfEpin* p1, ScfEpin* p); static inline void vertical(int* px, int* py, int dx, int dy, int d) { -- 2.25.1