Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michabirklbauer committed Sep 6, 2023
1 parent a16c930 commit 6e666bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DataLoader/Eigen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6e666bc

Please sign in to comment.