summaryrefslogtreecommitdiff
path: root/lib/GSL/gsl-aux.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-09-19 08:59:32 +0000
committerAlberto Ruiz <aruiz@um.es>2007-09-19 08:59:32 +0000
commitf39ad090513e48fc2cbaf421c8b39fa3ca12a221 (patch)
treeb42f3b473034a301f11e25d82b902be2ce39db4f /lib/GSL/gsl-aux.c
parente34d5566b9abfd235ce210f9f9909b23d52bd138 (diff)
minor changes
Diffstat (limited to 'lib/GSL/gsl-aux.c')
-rw-r--r--lib/GSL/gsl-aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GSL/gsl-aux.c b/lib/GSL/gsl-aux.c
index c2839a8..0e8406c 100644
--- a/lib/GSL/gsl-aux.c
+++ b/lib/GSL/gsl-aux.c
@@ -229,7 +229,7 @@ int mapValCAux(int code, gsl_complex* pval, KGCVEC(x), GCVEC(r)) {
229 OPV(2,gsl_complex_add(val,xp[k])) 229 OPV(2,gsl_complex_add(val,xp[k]))
230 OPV(3,gsl_complex_sub(val,xp[k])) 230 OPV(3,gsl_complex_sub(val,xp[k]))
231 OPV(4,gsl_complex_pow(val,xp[k])) 231 OPV(4,gsl_complex_pow(val,xp[k]))
232 OPV(5,gsl_complex_pow(val,xp[k])) 232 OPV(5,gsl_complex_pow(xp[k],val))
233 default: ERROR(BAD_CODE); 233 default: ERROR(BAD_CODE);
234 } 234 }
235} 235}