Skip to content

Commit 2a7966c

Browse files
authored
Merge pull request #780 from danrbailey/doxygen7_1_0
OVDB-148: Update doxygen project number to 7.1.0
2 parents e27443d + 2fc07ee commit 2a7966c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/doxygen-config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ PROJECT_NAME = "OpenVDB"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 7.0.1
41+
PROJECT_NUMBER = 7.1.0
4242

43-
PREDEFINED = OPENVDB_VERSION_NAME=v7_0
43+
PREDEFINED = OPENVDB_VERSION_NAME=v7_1
4444
PREDEFINED += OPENVDB_ABI_VERSION_NUMBER=7
4545

4646
ALIASES += ijk="(<i>i</i>,&nbsp;<i>j</i>,&nbsp;<i>k</i>)" \
4747
xyz="(<i>x</i>,&nbsp;<i>y</i>,&nbsp;<i>z</i>)" \
4848
const="<tt>const</tt>"
49-
ALIASES += "vdbnamespace=openvdb::v7_0" \
49+
ALIASES += "vdbnamespace=openvdb::v7_1" \
5050
"hunamespace=houdini_utils" \
5151
"hvdbnamespace=openvdb_houdini"
5252
# Use this command to create a link to an OpenVDB class, function, etc.

openvdb/tools/FastSweeping.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/// named FastSweeping.
1515
///
1616
/// @note Solves the (simplified) Eikonal Eq: @f$|\nabla \phi|^2 = 1@f$ and
17-
/// performs velocity extension, @f$\nable f\nabla \phi = 0@f$, both
17+
/// performs velocity extension, @f$\nabla f\nabla \phi = 0@f$, both
1818
/// by means of the fast sweeping algorithm detailed in:
1919
/// "A Fast Sweeping Method For Eikonal Equations"
2020
/// by H. Zhao, Mathematics of Computation, Vol 74(230), pp 603-627, 2004

0 commit comments

Comments
 (0)