Skip to content

Commit

Permalink
Fixed conflict with SWIG and Lapack++ (both declare c_abs).
Browse files Browse the repository at this point in the history
  • Loading branch information
senarvi committed Jul 17, 2014
1 parent 21cfd31 commit b4b9273
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aku/swig/PPToolbox.i
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

%module PPToolbox
%{
// SWIG defines c_abs which conflicts with c_abs
// imported by f2c.h of Lapack++.
#undef c_abs
#include "PhoneProbsToolbox.hh"
%}

Expand Down

0 comments on commit b4b9273

Please sign in to comment.