[gnumeric] Cleanup: comment fix.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Cleanup: comment fix.
- Date: Sat, 1 May 2010 18:08:38 +0000 (UTC)
commit 27c5679c112f54de90bfa70af1a3f8d65c121106
Author: Morten Welinder <terra gnome org>
Date: Sat May 1 14:08:22 2010 -0400
Cleanup: comment fix.
plugins/fn-complex/gsl-complex.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-complex/gsl-complex.c b/plugins/fn-complex/gsl-complex.c
index 41f67a9..8c0b95a 100644
--- a/plugins/fn-complex/gsl-complex.c
+++ b/plugins/fn-complex/gsl-complex.c
@@ -86,7 +86,7 @@ gsl_complex_inverse (complex_t const *a, complex_t *res)
void
gsl_complex_negative (complex_t const *a, complex_t *res)
-{ /* z=1/a */
+{
complex_init (res, -GSL_REAL (a), -GSL_IMAG (a));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]