Skip to content

Commit

Permalink
Compile fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Rosten committed Mar 31, 2015
1 parent 627e9e3 commit dc43ce9
Show file tree
Hide file tree
Showing 9 changed files with 2,641 additions and 3,963 deletions.
Empty file modified config.guess
100755 → 100644
Empty file.
Empty file modified config.sub
100755 → 100644
Empty file.
6,448 changes: 2,559 additions & 3,889 deletions configure
100644 → 100755

Large diffs are not rendered by default.

Empty file modified depcomp
100755 → 100644
Empty file.
Empty file modified doc/five_point.mws
100755 → 100644
Empty file.
151 changes: 77 additions & 74 deletions libtool
100644 → 100755

Large diffs are not rendered by default.

Empty file modified missing
100755 → 100644
Empty file.
3 changes: 3 additions & 0 deletions src/five_point.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
#include <TooN/SVD.h>

#include <algorithm>
#include <tr1/array>
#include "polynomial.h"

using namespace TooN;
namespace std{namespace tr1{}}
using namespace std;
using namespace std::tr1;

namespace tag {

Expand Down
2 changes: 2 additions & 0 deletions src/polynomial.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

using namespace TooN;
using namespace std;
namespace std{namespace tr1{}}
using namespace std::tr1;

#ifdef WIN32
inline bool signbit( const double & d ){
Expand Down

0 comments on commit dc43ce9

Please sign in to comment.