summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/bessel.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:03:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 08:43:20 -0600
commitca884aab652b2eba6e05e7fae0f2d2d9a8dae5db (patch)
treeacaafe5a201c952ab49530c45929e772f8560b0e /scaddins/source/analysis/bessel.hxx
parent2e9f7694b4c02e7dd592890d87b4710b45ce588b (diff)
Remove visual noise from scaddins
Change-Id: I533b172ae62b6a2056109c0e6cf854ec89de8391 Reviewed-on: https://gerrit.libreoffice.org/8302 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'scaddins/source/analysis/bessel.hxx')
-rw-r--r--scaddins/source/analysis/bessel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scaddins/source/analysis/bessel.hxx b/scaddins/source/analysis/bessel.hxx
index 5eaba0916d46..d4a04925c78f 100644
--- a/scaddins/source/analysis/bessel.hxx
+++ b/scaddins/source/analysis/bessel.hxx
@@ -27,9 +27,9 @@
namespace sca {
namespace analysis {
-// ============================================================================
+
// BESSEL functions
-// ============================================================================
+
/** Returns the result for the unmodified BESSEL function of first kind (J), n-th order, at point x. */
double BesselJ( double x, sal_Int32 n ) throw( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::sheet::NoConvergenceException );
@@ -43,7 +43,7 @@ double BesselY( double x, sal_Int32 n ) throw( ::com::sun::star::lang::IllegalAr
/** Returns the result for the modified BESSEL function of second kind (K), n-th order, at point x. */
double BesselK( double x, sal_Int32 n ) throw( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::sheet::NoConvergenceException );
-// ============================================================================
+
} // namespace analysis
} // namespace sca