Skip to content

Commit

Permalink
correct header comments in invert_doublet_eo
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrzewa committed Apr 13, 2012
1 parent b450c30 commit 30f2a5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions invert_doublet_eo.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

/****************************************************************
*
* invert_eo makes an inversion with EO precoditioned
* tm Operator
* invert_doublet_eo makes an inversion with EO precoditioned
* tm Operator with a nondegenerate doublet
*
* Even and Odd are the numbers of spinor_field that contain
* the even and the odd sites of the source. The result is stored
* int Even_new and Odd_new.
*
* invert_eo returns the number of iterations neede or -1 if the
* invert_doublet_eo returns the number of iterations neede or -1 if the
* solver did not converge.
*
* Author: Carsten Urbach
Expand Down
4 changes: 2 additions & 2 deletions invert_doublet_eo.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

/****************************************************************
*
* invert_eo makes an inversion with EO precoditioned
* tm Operator
* invert_doublet_eo makes an inversion with EO precoditioned
* tm Operator with a nondegenerate doublet
*
* Author: Carsten Urbach
* [email protected]
Expand Down

0 comments on commit 30f2a5c

Please sign in to comment.