Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
82f9568b
Commit
82f9568b
authored
Jan 16, 2020
by
Cristian Lalescu
Browse files
[doc] add comment
parent
166ea083
Pipeline
#67203
passed with stage
in 5 minutes and 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
cpp/particles/particles_system_builder.hpp
View file @
82f9568b
...
...
@@ -45,6 +45,13 @@
///
/// Double template "for"
///
/// "Template_double_for_if" is used to systematically generate specialized
/// templates for two ranges of template parameters.
/// For the interpolation we have `n` and `m` that designate "number of
/// neighbours" and "smoothness of interpolant".
/// Calling Template_double_for_if is essentially equivalent to having a couple
/// of nested "switch" statements, but without all the repetitive code lines.
///
//////////////////////////////////////////////////////////////////////////////
namespace
Template_double_for_if
{
...
...
Write
Preview
Supports
Markdown
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