Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/16/16 12:37:18 (8 years ago)
Author:
abeham
Message:

#2651:

  • reverted Builder.testsettings
  • fixed bug in DllImporter (64bit call forwards)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/DllImporter.cs

    r14250 r14256  
    262262    [DllImport(X86Dll, EntryPoint = "igraph_vector_copy_to", CallingConvention = CallingConvention.Cdecl)]
    263263    private static extern void igraph_vector_copy_to_x86(igraph_vector_t from, [In, Out]double[] to);
    264     [DllImport(X64Dll, EntryPoint = "igraph_vector_copy", CallingConvention = CallingConvention.Cdecl)]
     264    [DllImport(X64Dll, EntryPoint = "igraph_vector_copy_to", CallingConvention = CallingConvention.Cdecl)]
    265265    private static extern void igraph_vector_copy_to_x64(igraph_vector_t from, [In, Out]double[] to);
    266266    [DllImport(X86Dll, EntryPoint = "igraph_vector_fill", CallingConvention = CallingConvention.Cdecl)]
Note: See TracChangeset for help on using the changeset viewer.