]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_extensions.h
Added complex conjugation methods and GiNaC function "conjugate".
[ginac.git] / ginsh / ginsh_extensions.h
index a517aff488c47baa6fbe911c289dd458be340dd9..a326f53b6abea735ff6475d7ed3ce57038cb1b68 100644 (file)
@@ -5,7 +5,7 @@
  *  functions. */
 
 /*
  *  functions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 
 // Table of names and descriptors of functions to be added
 static const fcn_init extended_fcns[] = {
 
 // Table of names and descriptors of functions to be added
 static const fcn_init extended_fcns[] = {
-       {NULL, fcn_desc(f_dummy, 0)} // End marker
+       {NULL, f_dummy, 0} // End marker
 };
 
 // Table of help strings for functions
 };
 
 // Table of help strings for functions