From 6e666bc4b8fb2bf12dca1fe515b68e37946b948b Mon Sep 17 00:00:00 2001 From: Micha Birklbauer Date: Wed, 6 Sep 2023 15:32:15 +0200 Subject: [PATCH] formatting --- DataLoader/Eigen.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DataLoader/Eigen.cs b/DataLoader/Eigen.cs index fe4764d..4683acd 100644 --- a/DataLoader/Eigen.cs +++ b/DataLoader/Eigen.cs @@ -35,7 +35,6 @@ private static extern IntPtr findTopCandidates2(IntPtr cV, IntPtr cI, int cores, int verbose); [DllImport(dll, CallingConvention = CallingConvention.Cdecl)] - private static extern IntPtr findTopCandidatesBatched2(IntPtr cV, IntPtr cI, IntPtr sV, IntPtr sI, int cVL, int cIL,