Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
6db02825
Commit
6db02825
authored
Jan 21, 2020
by
Dennis Gläser
Browse files
[geometrysampler] fix forward declaration
parent
440d6dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
frackit/sampling/geometrysampling.hh
View file @
6db02825
...
...
@@ -38,7 +38,7 @@ template<class Geometry> struct DefaultSamplerTraits;
* sampler implementation.
*/
template
<
class
Geometry
,
class
T
=
DefaultSamplerTraits
<
Geometry
>
>
struct
GeometrySampler
;
class
GeometrySampler
;
}
// end namespace Frackit
...
...
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