Skip to content
Snippets Groups Projects
Commit 42bd3303 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 1e3648c7
Branches
Tags
No related merge requests found
$Id: README,v 1.5 2001-03-05 07:47:11 geuzaine Exp $
About CVS
---------
1) The file doc/STRUCTURE contains some information about how GetDP
works internally. Please read this file to get the basic internal
working philosophy.
2) Some easy rules to make the code easy to read/debug/maintain:
- *please* enable full warnings for your compiler (e.g. gcc -Wall)
- always use Msg() to print information/errors/etc.
- begin any new function with GetDP_Begin("function_name") and end
it with GetDP_End or GetDP_Return(value). Never use 'return'
directly.
- if working under Microsoft Windows, please indent your files and
suppress the tabs before committing your changes (untabify)
3) a) The first time you want to download the latset full source by
a) The first time you want to download the latset full source by
CVS, type:
cvs -d :pserver:NAME@139.165.160.57:/usr/users57/cvs-master CMD
......@@ -33,5 +23,20 @@
to commit your changes to the central repository.
--
Christophe
\ No newline at end of file
Developping in GetDP
--------------------
The file doc/STRUCTURE contains some information about how GetDP works
internally. Please read this file to get the basic internal working
philosophy.
Some easy rules to make the code easy to read/debug/maintain:
- enable full warnings for your compiler (e.g. gcc -Wall)
- always use Msg() to print information/errors/etc.
- begin any new function with GetDP_Begin("function_name") and end
it with GetDP_End or GetDP_Return(value). Never use 'return'
directly.
- if working under Microsoft Windows, please indent your files and
suppress the tabs before committing your changes (untabify)
$Id: CONTRIBUTORS,v 1.3 2001-03-04 16:25:45 geuzaine Exp $
$Id: CONTRIBUTORS,v 1.4 2001-03-05 07:47:11 geuzaine Exp $
GetDP is copyright (c) 1997-2001 by
......@@ -13,10 +13,11 @@ Significant parts of the code have been contributed by
Marc Um <Marc.Ume@digitalgraphics.be>
Special thanks to the following folks who have greatly contributed by
sending patches, requests, warnings, and pleas for changes or
providing fresh ideas on theoretical or programming topics, or who
have sent patches, requests, warnings, or pleas for changes or
improvements. While attempts were made to be as complete as possible,
it is inevitable that some contributors have been omitted. For that,
please accept our humble appologies.
it is inevitable that some contributors have been omitted. If you are
in this situation, feel free to add yourself to this list!
Alejandro Angulo <aacusm@yahoo.com>
Geoffrey Delige <deliege@mailserv.esat.kuleuven.ac.be>
......@@ -38,6 +39,6 @@ please accept our humble appologies.
Herv Tortel <tortel@loe.u-3mrs.fr>
Christophe Trophime <trophime@labs.polycnrs-gre.fr>
Finally, thanks to all of you who sent e-mail showing interrest. This
Finally, thanks to all of you who sent e-mail showing interest. This
has motivated us a lot to release the code as free software and to
continue to improve it.
continue improving it.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment