Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
72ad8d5c
Commit
72ad8d5c
authored
Aug 27, 2010
by
Andrew Heather
Browse files
BUG: removed todo items form headers - show up in doxygen
parent
f8d6ca60
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/dictionary/dictionary.H
View file @
72ad8d5c
...
...
@@ -38,8 +38,7 @@ Description
dictionaries since, unlike the IOdictionary class, it does not use an
objectRegistry itself to work.
ToDo
A merge() member function with a non-const dictionary parameter.
To add - a merge() member function with a non-const dictionary parameter?
This would avoid unnecessary cloning in the add(entry*, bool) method.
SourceFiles
...
...
src/mesh/blockMesh/curvedEdges/BSpline.H
View file @
72ad8d5c
...
...
@@ -47,12 +47,11 @@ Description
segments. In rare cases (sections with very high curvatures), the
resulting distribution may be sub-optimal.
A future implementation could also handle closed splines.
SeeAlso
CatmullRomSpline
ToDo
A future implementation could also handle closed splines.
SourceFiles
BSpline.C
...
...
src/mesh/blockMesh/curvedEdges/CatmullRomSpline.H
View file @
72ad8d5c
...
...
@@ -48,13 +48,12 @@ Description
segments. In rare cases (sections with very high curvatures), the
resulting distribution may be sub-optimal.
A future implementation could also handle closed splines.
SeeAlso
http://www.algorithmist.net/catmullrom.html provides a nice
introduction
ToDo
A future implementation could also handle closed splines.
SourceFiles
CatmullRomSpline.C
...
...
src/mesh/blockMesh/curvedEdges/polyLine.H
View file @
72ad8d5c
...
...
@@ -28,7 +28,6 @@ Description
A series of straight line segments, which can also be interpreted as
a series of control points for splines, etc.
ToDo
A future implementation could also handle a closed polyLine.
SourceFiles
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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