Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:kallaballa/libnfporb
Browse files Browse the repository at this point in the history
  • Loading branch information
kallaballa committed Sep 21, 2021
2 parents d58645b + 82bf959 commit e9fb1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ The library has two dependencies: [Boost Geometry](http://www.boost.org/doc/libs
//uncomment to enable debug mode
//#define NFP_DEBUG

#include "../src/libnfp.hpp"
#include "../src/libnfporb.hpp"

int main(int argc, char** argv) {
using namespace libnfp;
using namespace libnfporb;
polygon_t pA;
polygon_t pB;
//read polygons from wkt files
Expand Down

0 comments on commit e9fb1dd

Please sign in to comment.