diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 14:35:11 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 14:35:11 +0000 |
| commit | 759be64115508e4589c098c5e777d03a1a04bb25 (patch) | |
| tree | 6f55159975fc03114e6c2eecf88a641f3c0fa534 /src/lib/openjp2/invert.c | |
| parent | ece2a2d6c231aa60409a75a2787b349d342b99eb (diff) | |
[trunk] Fix remainings issues with doxygen doc
Convert DOS files to UNIX eol
Diffstat (limited to 'src/lib/openjp2/invert.c')
| -rw-r--r-- | src/lib/openjp2/invert.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/openjp2/invert.c b/src/lib/openjp2/invert.c index da8dad72..30651ba3 100644 --- a/src/lib/openjp2/invert.c +++ b/src/lib/openjp2/invert.c @@ -54,10 +54,10 @@ static void opj_lupInvert ( OPJ_FLOAT32 * pSrcMatrix, OPJ_FLOAT32 * p_dest_temp, OPJ_FLOAT32 * p_swap_area); -/*
-==========================================================
- Matric inversion interface
-==========================================================
+/* +========================================================== + Matric inversion interface +========================================================== */ /** * Matrix inversion. @@ -93,10 +93,10 @@ opj_bool opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix, } -/*
-==========================================================
- Local functions
-==========================================================
+/* +========================================================== + Local functions +========================================================== */ opj_bool opj_lupDecompose(OPJ_FLOAT32 * matrix,OPJ_UINT32 * permutations, OPJ_FLOAT32 * p_swap_area, |
