Skip to content

Commit

Permalink
fix doxygen group for larfy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Gates committed May 8, 2018
1 parent bb35b9e commit 287f365
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SRC/clarfy.f
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
*
*> \date December 2016
*
*> \ingroup complex_eig
*> \ingroup complexOTHERauxiliary
*
* =====================================================================
SUBROUTINE CLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK )
Expand Down
2 changes: 1 addition & 1 deletion SRC/dlarfy.f
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
*
*> \date December 2016
*
*> \ingroup double_eig
*> \ingroup doubleOTHERauxiliary
*
* =====================================================================
SUBROUTINE DLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK )
Expand Down
2 changes: 1 addition & 1 deletion SRC/slarfy.f
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
*
*> \date December 2016
*
*> \ingroup single_eig
*> \ingroup realOTHERauxiliary
*
* =====================================================================
SUBROUTINE SLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK )
Expand Down
2 changes: 1 addition & 1 deletion SRC/zlarfy.f
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
*
*> \date December 2016
*
*> \ingroup complex16_eig
*> \ingroup complex16OTHERauxiliary
*
* =====================================================================
SUBROUTINE ZLARFY( UPLO, N, V, INCV, TAU, C, LDC, WORK )
Expand Down

0 comments on commit 287f365

Please sign in to comment.