Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
4c70dc06
Commit
4c70dc06
authored
1 year ago
by
Mulas, Giacomo
Browse files
Options
Downloads
Patches
Plain Diff
Corrected some syntax errors in the doxygen markup that prevented the documentation to compile
parent
108d96b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/sph_subs.h
+4
-4
4 additions, 4 deletions
src/include/sph_subs.h
with
4 additions
and
4 deletions
src/include/sph_subs.h
+
4
−
4
View file @
4c70dc06
...
@@ -127,9 +127,9 @@ void mmulc(std::complex<double> *vint, double **cmullr, double **cmul);
...
@@ -127,9 +127,9 @@ void mmulc(std::complex<double> *vint, double **cmullr, double **cmul);
/*! \brief Starting point for Bessel function magnitude.
/*! \brief Starting point for Bessel function magnitude.
*
*
* This function determines the starting point for backward recurrence such that
* This function determines the starting point for backward recurrence such that
* the magnitude of all \f$J\f$ and \$j\f$ functions is of the order of \f$10^{-mp}\f$.
* the magnitude of all \f$J\f$ and \
f
$j\f$ functions is of the order of \f$10^{-mp}\f$.
*
*
* \param x: `double` Absolute value of the argumetn to \f$J\f$ or \$j\f$.
* \param x: `double` Absolute value of the argumetn to \f$J\f$ or \
f
$j\f$.
* \param mp: `int` Requested order of magnitude.
* \param mp: `int` Requested order of magnitude.
* \return result: `int` The necessary starting point.
* \return result: `int` The necessary starting point.
*/
*/
...
@@ -138,7 +138,7 @@ int msta1(double x, int mp);
...
@@ -138,7 +138,7 @@ int msta1(double x, int mp);
/*! \brief Starting point for Bessel function precision.
/*! \brief Starting point for Bessel function precision.
*
*
* This function determines the starting point for backward recurrence such that
* This function determines the starting point for backward recurrence such that
* all \f$J\f$ and \$j\f$ functions have `mp` significant digits.
* all \f$J\f$ and \
f
$j\f$ functions have `mp` significant digits.
*
*
* \param x: `double` Absolute value of the argumetn to \f$J\f$ or \$j\f$.
* \param x: `double` Absolute value of the argumetn to \f$J\f$ or \$j\f$.
* \param n: `int` Order of the function.
* \param n: `int` Order of the function.
...
@@ -256,7 +256,7 @@ void rkt(
...
@@ -256,7 +256,7 @@ void rkt(
/*! \brief Spherical Bessel functions.
/*! \brief Spherical Bessel functions.
*
*
* This function computes the spherical Bessel functions \f$y\$. It adopts the `SPHJY`
* This function computes the spherical Bessel functions \f$y\
f
$. It adopts the `SPHJY`
* implementation of the `specfun` library.
* implementation of the `specfun` library.
*
*
* \param n: `int` Order of the function (from 0 up).
* \param n: `int` Order of the function (from 0 up).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment