Skip to content

Commit

Permalink
Merge branch 'wip' of github.com:KLayout/klayout into wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Oct 19, 2023
2 parents 261d024 + 87fcbbe commit 1cf34b0
Show file tree
Hide file tree
Showing 10 changed files with 323 additions and 501 deletions.
10 changes: 10 additions & 0 deletions src/db/db/dbPoint.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@


#include "dbPoint.h"
#include "dbVector.h"

// ----------------------------------------------------------------
// Implementation of the custom extractors
Expand Down Expand Up @@ -55,6 +56,15 @@ namespace {

}

namespace db
{

// instantiations
template class point<Coord>;
template class point<DCoord>;

}

namespace tl
{

Expand Down
Loading

0 comments on commit 1cf34b0

Please sign in to comment.