Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 9, 2003
1 parent b4d28e3 commit 826567b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rdft/direct2.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
*/

/* $Id: direct2.c,v 1.13 2003-01-15 11:51:34 athena Exp $ */
/* $Id: direct2.c,v 1.14 2003-02-09 01:59:07 stevenj Exp $ */

/* direct RDFT2 R2HC/HC2R solver, if we have a codelet */

Expand Down Expand Up @@ -121,7 +121,6 @@ static int applicable(const solver *ego_, const problem *p_)
&& (0
/* can operate out-of-place */
|| p->r != p->rio
|| p->r != p->iio

/*
* can compute one transform in-place, no matter
Expand Down

0 comments on commit 826567b

Please sign in to comment.