Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
e76c330a
Commit
e76c330a
authored
Mar 13, 2014
by
Maciej Suminski
Committed by
Marco Serantoni
Mar 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes build error with the choosy CLANG (Thanks to Maciej Suminski)
parent
d00fae58
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
645 deletions
+1
-645
ttl.h
include/ttl/ttl.h
+1
-10
ttl_constr.h
include/ttl/ttl_constr.h
+0
-635
No files found.
include/ttl/ttl.h
View file @
e76c330a
...
@@ -357,7 +357,7 @@ private:
...
@@ -357,7 +357,7 @@ private:
ForwardIterator
it
;
ForwardIterator
it
;
for
(
it
=
first
;
it
!=
last
;
++
it
)
{
for
(
it
=
first
;
it
!=
last
;
++
it
)
{
bool
status
=
insertNode
<
TraitsType
>
(
dart
,
**
it
);
insertNode
<
TraitsType
>
(
dart
,
**
it
);
}
}
}
}
...
@@ -1914,13 +1914,4 @@ passes:
...
@@ -1914,13 +1914,4 @@ passes:
};
// End of ttl namespace scope (but other files may also contain functions for ttl)
};
// End of ttl namespace scope (but other files may also contain functions for ttl)
//------------------------------------------------------------------------------------------------
// ----------------------------- Constrained Triangulation Group --------------------------------
//------------------------------------------------------------------------------------------------
// Still namespace ttl
#include <ttl/ttl_constr.h>
#endif // _TTL_H_
#endif // _TTL_H_
include/ttl/ttl_constr.h
deleted
100644 → 0
View file @
d00fae58
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment