GiNaC coding standards :-)
Christian Bauer
cbauer at ThEP.Physik.Uni-Mainz.DE
Wed Nov 10 17:36:19 CET 1999
Hi!
- The main file to include for programs using GiNaC is <ginac/ginac.h>.
This file will include all other public GiNaC headers in the proper
order.
- No public GiNaC header file should include other GiNaC header files.
- GiNaC source files should include "ginac.h" and (optionally) "config.h"
and other private GiNaC header files.
- All GiNaC-related source files have a header that is structured like
this:
/** @file <file name>
*
* <description>
*
* <copyright>
*
* <GNU disclaimer>
*/
Bye,
Christian
--
/ Coding on PowerPC and proud of it
\/ http://www.uni-mainz.de/~bauec002/
More information about the GiNaC-devel
mailing list