From 4302a847c3a96ec3f487d46cbb4418bde7c99ca7 Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Wed, 25 Jun 2003 15:32:33 +0000
Subject: [PATCH] Let rcs2log auto-generate this file. While this could be
 excluded from the CVS (because it could be re-generated) I thought it would
 be a good idea to keep it inside. Hard-disk space has become cheap lately ...

---
 ChangeLog | 1078 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1078 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index e69de29..a48627c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,1078 @@
+2003-06-25  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	Typo fixed.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	_properly_ use AC_HELP_STRING() for nicer formatting in AC_ARG_WITH
+	and friends.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	User AC_HELP_STRING() for nicer formatting in AC_ARG_WITH and friends.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/Makefile.am:
+	Take care of automake-1.6 caveats; set rpath so that the programs are
+	really linked with the albert libraries from _this_ package, and not
+	with other versions which might be installed in the search-path of the
+	dynamic linker.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/.cvsignore:
+	Initial revision, add Makefile.in.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	Add GRAPE settings. It is done in a way that the stand-alone package
+	AlbertMovi and the ALBERT distribution share the same source and
+	Makefile.am's.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/Makefile.am:
+	Add GRAPE to SUBDIRS if conditional GRAPE is true.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/README, /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE:
+	Add some more blah. Document the presence of the GRAPE interface in README,
+	give a hint to use admin-utils/cvs.sh in MAINTENANCE.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/Makefile.am: Initial revision.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/.cvsignore:
+	Add more auto-generated files.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_r.c:
+	Get rid of a compiler warning.
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/src/oem.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/albert_util.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/cblas.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/info.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/nls.h:
+	Protect headers against C++ with the famous
+	#ifdef __cplusplus
+		extern "C" {
+	#endif
+	construct.
+
+	Changed some of the multiple-inclusion safeguards to be somewhat
+	longer (e.g. _NLS_H_).
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_01/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_01/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/SOLVER/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_01/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_01/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_01/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_0/Makefile.am:
+	Fix VPATH builds. "-I..."  statements _always_ should be relative to
+	the Makefile variables $(srcdir) or $(top_srcdir). Otherwise VPATH
+	builds will fail. VPATH build come in handy when compiling for
+	different architectures from a single source directory. Or when the
+	source is located on a RO medium (creeping featurism).
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/src/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_1/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_11/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_0/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_01/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_1/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_11/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_0/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_01/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_1/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_11/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_0/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_01/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_1/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_11/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/.cvsignore, /net/sauron/graid/ALBERT_CVS/BLAS/.cvsignore, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/.cvsignore, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/.cvsignore, /net/sauron/graid/ALBERT_CVS/SOLVER/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_0/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_01/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_1/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_11/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_0/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_01/.cvsignore, /net/sauron/graid/ALBERT_CVS/admin/.cvsignore:
+	Initial revision, let CVS ignore Makefile.in's and a couple of other
+	auto-generated files.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/config.h.in, /net/sauron/graid/ALBERT_CVS/admin/aclocal.m4:
+	This file is auto-generated, hence _not_ kept in the CVS.
+
+2003-06-24  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/.cvsignore: Initial revision.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/mesh_interface.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/mesh_interface.c:
+	Import Kuni's sources, but leave dindex at zero.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/mesh_interface_common.h, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/mesh_interface_common.c:
+	Renamed. Use Kuni's version.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/memm3.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/memm2.c:
+	Initial revision.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/grape_elast.c: not needed.
+
+2003-06-22  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-albert-qgl.m4, /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	Optional packages can be disabled with one switch.
+
+2003-06-20  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/mesh_interface.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/mesh_interface.c:
+	initialize dindex to _zero_, not to one. It breaks display of
+	Levelsets otherwise.
+
+2003-06-18  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-albert-qgl.m4:
+	Need to link against the ALBERT libs, of course.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	Convert - to _ in variable names.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-albert-qgl.m4:
+	Initial revision.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-qt.m4:
+	Make QGL optional.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-qt.m4:
+	Initial revision.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	Convert "-" signs to "_".
+
+2003-06-16  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/.cvsignore, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/.cvsignore:
+	Add more auto-cruft.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/Makefile.am:
+	Need automake-1.7.2, at least.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/Makefile.am:
+	Install as ...22 or ...33
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	*** empty log message ***
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/.cvsignore, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/.cvsignore, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/.cvsignore:
+	Makefile.in
+
+2003-06-14  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/.cvsignore, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/.cvsignore, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/.cvsignore:
+	Initial revision.
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/grape_elast.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/mesh_interface.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/mesh_interface.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_grape.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_movi.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/mesh_interface_common.h, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/tsc_timebar.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Makefile.am:
+
+	* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/grape_elast.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/mesh_interface.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/mesh_interface.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_grape.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_movi.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/mesh_interface_common.h, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/tsc_timebar.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Makefile.am:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	Fix libdir and includedir reference.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/albert-check.m4:
+	Reorganize using AC_REQUIRE.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/albert-check.m4:
+	AC_CHECK_PKG renamed to ALBERT_CHECK_PKG.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	Use $1_LIB_PATH and $1_INCLUDE_PATH to be a little bit more consistent
+	with stock ALBERT.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	Defaults default to libdir and includedir
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	Rename AC_CHECK_PACKAGE to ALBERT_CHECK_PACKAGE.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/albert-check.m4:
+	Check for additional libraries and make it work with the cache.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/albert-check.m4:
+	Fix a typo.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
+	Documentation.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/albert-check.m4:
+	Check for albert.h
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/type-sizes.m4:
+	Initial revision.
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/albert-check.m4, /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4, /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/set-prefix.m4:
+	ALBERT-DEMO mit autoconf
+
+	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/albert-check.m4, /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4, /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/set-prefix.m4:
+	New file.
+
+2003-05-12  Oliver Kriessl  <oli@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c:
+	Aenderung am 12.05.2003 durch Oliver Kriessl:
+	 In Routine add_element_mat zwei TEST_EXIT's entfernt, von denen der erste
+	 ueberfluessig und der zweite fehlerhaft war: bei Erzeugen eines neuen
+	 Matrixeintrags und einem negativen Faktor (sign<0) Abbruch des Programms
+	 mit unverstaendlicher Fehlermeldung.
+	 Negativer Faktor fuer einen Elementmatrix ist aber nach Doku ausdruecklich
+	 vorgesehen.
+	 Fehler trat nicht auf, wenn vorher bereits eine Elementmatrix auf dem
+	 selben Element mit positivem Vorzeichen addiert wurde. Deshalb blieb der
+	 Fehler wohl auch so lange unentdeckt!
+
+2003-05-09  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	Changed "MesaGL" to "GL" since the latter seems obsolete for Linux...
+
+2003-04-10  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/Makefile.am:
+	starting support for doc -- albert.ps automatically included in distribution
+
+	* /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE, /net/sauron/graid/ALBERT_CVS/admin/README, /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	First steps toward albert-1.2
+
+2003-04-09  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/msg.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/parameters.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/albert_util.h, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/alloc.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/divers.c:
+	Changing affiliation of Alfred and me
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/trav_xy.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_nr_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_r_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_d.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_s.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/refine_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/sor.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/ssor.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/numint.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/l2scp.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/level_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/eval.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/error.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/estimator.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/assemble.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/bas_fct_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/check.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/coarsen_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/HB_precon.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/adapt.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_nr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_r.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/graph_none.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse_nr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse_r.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/write_mesh_ps.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/bas_fct.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/graphXO.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/traverse_nr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/traverse_r.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/bas_fct.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/graphXO.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/bas_fct.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/element.c:
+	* changes in macro_common.c and albert.h:
+	  alloc_macro_data(), free_macro_data(), and macro_data2mesh() now public
+	* find_el_info_at_pt --> find_el_at_pt
+	* struct quad is now struct quadrature for compatibility with C++
+	* new addresses added
+	* in struct multi_grid_info changed
+	  restrict --> mg_restrict (will be a keyword in C)
+	  prolongate --> mg_prolongate
+	  resid --> mg_resid
+
+	* non-recursive traverse routines now working on const EL_INFO *
+	* PRECON data structure modified: new entry void *precon_data;
+	  type of init_precon, now void and only argyment is precon_data;
+	* syntax of get_*_precon_[sd] changed accordingly
+	* oem_solve_[sd] have an additional optional argument PRECON *
+
+	* In 1d lagrange elements up to order 4 are available now
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/doc/rc-concept.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/rc-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/solve-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/struct-func.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/traverse-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/util-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/nonlin.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/est-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/eval-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/graph-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/heat.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/intro.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/mesh-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/bas-concept.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/bas-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/defs.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/dof-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/assemble-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/adapt-concept.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/adapt-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/albert.bib, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/albert.tex:
+	commit after working period in Cambridge;
+
+	moved Chapter 3 -> Chapter 2; and Chapter 2 -> Chapter 3;
+
+	work on new Chapter 3 nearly completed; check of data structures
+	with albert.h done by Alfred. New changes of data structures resultin
+	in Version 1.2 already included.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/THANKS, /net/sauron/graid/ALBERT_CVS/ALBERT/INSTALL, /net/sauron/graid/ALBERT_CVS/ALBERT/ChangeLog, /net/sauron/graid/ALBERT_CVS/ALBERT/COPYING, /net/sauron/graid/ALBERT_CVS/ALBERT/AUTHORS:
+	Updated affilliations and thanks...
+
+2003-04-07  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in:
+	No longer using libtool to compile objects...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in:
+	Added Deletion of ".libs" directories to target clean. Fixed target cleano.
+
+2003-04-02  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Logo/alberta.jpg, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Logo/alberta.rgb, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Logo/alberta.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/tria_dof.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/tria_dof.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/trias_forbidden.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Logo/albert.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Logo/albert.gif, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Logo/albert.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Logo/alberta.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/refine_atomic_3d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/refine_atomic_3d.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/refine_recursive_2d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/regular_2d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/standard.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/standard.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/standard_refined.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/tria.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/ref_tetra_v.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/ref_tetra_v.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/ref_tria_v.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/refine_atomic_2d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/refine_atomic_2d.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/ref_tetra_gen.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/patches.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/plus.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/quadratic_dof.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/rect.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/ref_tetra_e.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/ref_tetra_e.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/ref_tetra_gen.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/param_bound.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/param_bound.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/patch_center.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/patch_edge.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/patch_face.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/patch_vertex.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/nl-sol3d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/nl-sol2d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/nl-grid3d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/mesh+trees.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/mesh_node.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/mesh_node.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/nl-grid2d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/linear_dof.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/macro2d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/macro2d.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/macro34.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/mesh+tree.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/mesh+tree1.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/mesh+tree1.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/mesh+tree2.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/heat3d_ntria.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/heat3d_tau.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/heat_ntria.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/heat_tau.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/linear_dof.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/ellipt_uh.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/edge_tria.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/ellipt_mesh.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/coarse_atomic_3d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/coarse_atomic_3d.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/cubic_orient.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/cubic_orient.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/edge_tetra.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/edge_tetra.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/edge_tria.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/bary.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/circ.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/coarse_atomic_2d.eps, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/EPS/coarse_atomic_2d.sc, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/albert.bib, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Makefile:
+	added ShowCase and .eps files for the documentation, small changes in the Makefile
+
+2003-03-21  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/doc/mesh-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/nonlin.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/notation.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/rc-concept.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/rc-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/solve-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/struct-func.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/traverse-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/util-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/concept.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/defs.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/dof-concept.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/dof-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/est-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/eval-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/examples.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/files.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/graph-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/heat.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/intro.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/mesh-concept.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Makefile, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/adapt-concept.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/adapt-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/albert.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/assemble-impl.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/bas-concept.tex, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/bas-impl.tex:
+	ALBERT-Doku in den CVS-Baum importiert. Wird bald als Modul auszuchecken sein...
+
+2003-03-17  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	Changed order of library checks for non-Linux compilation
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	Added check for "-ldl" library, which seemed necessary to create standalone binaries.
+	configure will not complain if it is missing.
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile.in:
+	Added documentation of libtool "-all-static" flag to create independent binaries.
+
+2003-02-26  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	Changed order of lib checks for LINUX-platforms. Order should be right-to-left, i.e.
+	least-dependent to most-dependent.
+
+2003-02-14  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c:
+	Fixed bug found by Oli related to leaf_data_size.
+
+2003-02-14  Oliver Kriessl  <oli@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c:
+	Aenderung am 07.02.03 durch Oliver Kriessl:
+
+	  Support fuer parametrische Elemente aufgenommen.
+
+2003-02-04  Oliver Kriessl  <oli@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_4.c:
+	Aenderung am 04.02.03 durch Oliver Kriessl:
+
+	  Fehler in lagrange_1.c fuer parametrische Elemente behoben.
+	  In lagrange_[2-4].c ERROR_EXIT fuer Parametrische Elemente ergaenzt.
+
+2003-02-04  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_01/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_01/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_01/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_01/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_11/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_01/Makefile.am:
+	Adding support for new directories with el_index=1
+
+2003-02-04  Oliver Kriessl  <oli@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/graphXO.c:
+	Aenderung am 04.02.03 durch Oliver Kriessl:
+
+	  Fehler behoben in der Behandlung der Dimension.
+	  Fuer DIM!=DIM_OF_WORLD ist nun in 1d nur noch gltools-Grafik moeglich!
+
+2003-02-03  Oliver Kriessl  <oli@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/graphXO.c:
+	Aenderung am 03.02.2003 durch Oliver Kriessl:
+
+	 In den Routinen graph_mesh, graph_drv und graph_estimate wurde der
+	 Support fuer parametrische Elemente eingebaut.
+
+	Bemerkung:
+
+	 Die Routinen graph_drv und graph_estimate funktionieren nur sinnvoll
+	 mit DIM == DIM_OF_WORLD. Wenn parametrische Elemente verwendet werden,
+	 wird deshalb eine Warnung ausgegeben, wenn sich die Dimensionen unter-
+	 scheiden. Ist DIM_OF_WORLD groesser als DIM werden die zusaetzlichen
+	 Koordinaten in diesen Routinen einfach weggelassen!
+
+2002-12-17  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/msg.c:
+	fixed ugly WAIT routine (added newline)
+
+2002-12-05  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh.c:
+	Another nasty bug found in read_dof_real*_vec concerning filenames...
+
+2002-12-04  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE, /net/sauron/graid/ALBERT_CVS/admin/README:
+	Some changes due to new configure option --enable-el_index
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	Changes due to new configuration option --enable-el_index, meaning that EL_INDEX=1-library versions of ALBERT are to be built.
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/graphics.c:
+	*** empty log message ***
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile.in, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in:
+	Changes due to new configuration option: --enable-el_index:
+	Here: special handling if user wishes to use ALBERT??_?1 library (meaning that EL_INDEX=1)
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_1/Makefile.am:
+	Changes due to new configuration option: --enable-el_index:
+	Here: el_index=0 by default
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Makefile.am:
+	Changes due to new configuration option: --enable-el_index:
+	Here: new SUBDIRs
+
+2002-11-27  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh_xdr.c:
+	Problems with read_mesh[xdr].c:
+	  Could not read mesh due to a call of get_dof_*_vec with nil fe_space argument.
+	  Since read_mesh[xdr].c tries to guess an appropriate fe_space (or even create a new one), I fixed
+	  this problem in memory.c by introducing "unconnected" dof_?_vec storage analogous to the method
+	  used to store "unconnected" matrices.
+
+2002-11-11  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	now checking for libGL if libMesaGL not found (Linux-case)
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	it is better to specify absolute path for "gltools". Changed configure.ac to disply corresponding message when using configure --help
+
+	* /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/Makefile.am:
+	added _LIBADD entries to fix trouble with finding X-libs
+
+	* /net/sauron/graid/ALBERT_CVS/BLAS/Makefile.am, /net/sauron/graid/ALBERT_CVS/SOLVER/src/Makefile.am:
+	trouble with x-libs, see above...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_0/Makefile.am:
+	Changes due to trouble with x-libs, see above...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/Makefile.am:
+	added LIBADD variable entries after problems with finding X-libraries
+
+2002-08-07  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c:
+	fixed buggy boundary assignmentfixed buggy boundary assignment..
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	*** empty log message ***
+
+	* /net/sauron/graid/ALBERT_CVS/admin/README, /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	changed default library installation mode: will now install static and shared by default.
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile.in:
+	documented "-shared" and "-static" flags for libtool.
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile.in:
+	documented "-shared" and "-static" libtool flags.
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile.in:
+	documented -shared and -static flags for libtool.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in:
+	added support for LDFLAGS while linking
+
+2002-08-06  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	Force abort if GL-headers are missing. Quick and dirty solution - user might not want graphical output for ALBERT!
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in:
+	Bug fixed: Location of libtool should be @abs_top_builddir@ and not @prefix@, since a libtool created by the package is not installed.
+
+2002-07-24  Oliver Kriessl  <oli@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_0/Makefile.am:
+	Sourcefile "trav_xy.c" added.
+	Aenderung am 24.07.02 durch Oli durchgefuehrt
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/trav_xy.c:
+	1d-Support added!
+	Aenderung durchgefuehrt am 24.07.02 durch Oli in Absprache mit Kuni.
+
+2002-07-24  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/albert_util.h:
+	changed preprocessor condition for "ABS"
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
+	little bug concerning macro ALBERT_VERSION
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_1/Makefile.am:
+	forgot ALBERT_UTIL include for source-files
+
+2002-07-23  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE, /net/sauron/graid/ALBERT_CVS/admin/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/README, /net/sauron/graid/ALBERT_CVS/admin/configure.ac, /net/sauron/graid/ALBERT_CVS/SOLVER/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/SOLVER/src/oem.h, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/BLAS/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/albert_util.h, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/alloc.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/divers.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/iamtools.h, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/msg.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/parameters.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert_util.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/util.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_0/Makefile.am:
+	fixed ALBERT_UTIL,
+	and several Makefile.am's
+
+2002-07-23  Oliver Kriessl  <oli@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/element.c:
+	Fehler in world_to_coord behoben (falsche Variable).
+	Aenderung durchgefuehrt am 23.07.02 durch Oli.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/element.c:
+	In Routine world_to_coord ERROR durch ERROR_EXIT ersetzt, falls degeneriertes
+	Element.
+	Aenderung durchgefuehrt am 23.07.02 durch Oli in Absprache mit Kuni.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/element.c:
+	In Routine world_to_coord ERROR durch ERROR_EXIT ersetzt, falls degeneriertes
+	Element vorliegt.
+	Aenderung am 23.07.02 durch Oli durchgefuehrt und mit Kuni abgesprochen!
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/element.c:
+	Routinen world_to_coord, coord_to_world und get_face_normal fuer den 1d-Fall
+	ergaenzt.
+	Aenderung am 23.07.02 durchgefuehrt von Oli.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/write_mesh_ps.c:
+	Dateien level.c und write_mesh_ps.c aus 1d-Verzeichnis entfernt, da beide nur
+	in 2d/3d bzw. in 2d verfuegbar!
+	Aenderung durchgefuehrt am 23.07.02 durch Oli.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/element.c:
+	Routinen world_to_coord und coord_to_world ergaenzt:
+	  Routine world_to_coord kam aus File trav_xy.c.
+	  Routine coord_to_world kam aus File eval.c.
+	Aenderung am 23.07.02 von Oli auf Anweisung von Kuni durchgefuehrt.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/eval.c:
+	Routine coord_to_world in dimensionsabhaengigen Datei element.c verschoben.
+	Aenderung am 23.07.02 durch Oli auf Anweisung von Kuni.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/trav_xy.c:
+	Routine world_to_coord in dimensionabhaengige Files element.c vorschoben!
+	Aenderung am 23.07.02 durch Oli auf Anweisung von Kuni.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/element.c:
+	Funktion get_transformed_el_mat entfernt!
+	Aenderung am 23.07.02 durch Oli auf Anweisung von Kuni.
+
+2002-07-23  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_0/Makefile.am:
+	added level.c
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_0/Makefile.am:
+	added level.c and write_mesh.c
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/trav_xy.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_0/Makefile.am:
+	trav_xy.c for 2/3d added
+
+2002-07-05  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile.in, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT33_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT12_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT22_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_0/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT23_1/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/ALBERT11_0/Makefile.am:
+	*** empty log message ***
+
+	* /net/sauron/graid/ALBERT_CVS/admin/config.guess, /net/sauron/graid/ALBERT_CVS/admin/config.sub:
+	Other administrative files needed by autoconf.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/aclocal.m4:
+	Please use "aclocal" to recreate this file when changing versions
+	of automake or autoconf.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE, /net/sauron/graid/ALBERT_CVS/admin/README, /net/sauron/graid/ALBERT_CVS/admin/compile, /net/sauron/graid/ALBERT_CVS/admin/depcomp, /net/sauron/graid/ALBERT_CVS/admin/install-sh, /net/sauron/graid/ALBERT_CVS/admin/ltmain.sh, /net/sauron/graid/ALBERT_CVS/admin/missing, /net/sauron/graid/ALBERT_CVS/admin/mkinstalldirs:
+	These files are necessary, if maintainer choses to check out a complete
+	version. When changing version of automake, please do a
+	"libtoolize" to update these!
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/Makefile.in:
+	corrected bug in deleting *.lo files.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in:
+	removed "OFLAGS", use "CFLAGS" instead...
+
+2002-07-02  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/src/bicgstab.c:
+	added newline character to error messages
+
+2002-06-25  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE, /net/sauron/graid/ALBERT_CVS/admin/README, /net/sauron/graid/ALBERT_CVS/admin/configure.ac, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile.in:
+	Einige Aenderungen in der Organisation
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
+	habe get_rc_list in albert.h aufgenommen (konnte sonst nicht kompilieren)
+	Andere Moeglichkeit: nicht in albert.h , aber extern deklarieren?
+
+2002-06-24  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in:
+	Added X libs to link line
+
+2002-06-17  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE:
+	some support for sparc-sun-SunOS
+
+2002-06-13  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/config.h.in, /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
+	Added some SUN support (-lnsl for xdr-routines)
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in:
+	Had to change order of libraries: -lcsolver before -lblas for SUNs (No system blaslib there)
+
+	* /net/sauron/graid/ALBERT_CVS/admin/COPYING, /net/sauron/graid/ALBERT_CVS/admin/INSTALL, /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE, /net/sauron/graid/ALBERT_CVS/admin/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/README, /net/sauron/graid/ALBERT_CVS/admin/config.h.in, /net/sauron/graid/ALBERT_CVS/admin/configure.ac, /net/sauron/graid/ALBERT_CVS/admin/configure.in, /net/sauron/graid/ALBERT_CVS/admin/AUTHORS, /net/sauron/graid/ALBERT_CVS/SOLVER/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/Makefile.am, /net/sauron/graid/ALBERT_CVS/DEMO/src/Makefile.in, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/graphXO.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Makefile.am:
+	First halfway working distribution !
+
+2002-06-11  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.sub:
+	encountered problems on suns with $(special_defs), changed that
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.am: stupid typo.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE, /net/sauron/graid/ALBERT_CVS/admin/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/configure.in:
+	*** empty log message ***
+
+	* /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/Makefile.am:
+	@static_libraries@ thrown out
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/Makefile.in:
+	seemed better for compliance...
+
+	* /net/sauron/graid/ALBERT_CVS/BLAS/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.am:
+	*** empty log message ***
+
+	* /net/sauron/graid/ALBERT_CVS/admin/ltmain.sh, /net/sauron/graid/ALBERT_CVS/admin/missing, /net/sauron/graid/ALBERT_CVS/admin/mkinstalldirs, /net/sauron/graid/ALBERT_CVS/admin/configure, /net/sauron/graid/ALBERT_CVS/admin/configure.in, /net/sauron/graid/ALBERT_CVS/admin/install-sh, /net/sauron/graid/ALBERT_CVS/admin/MAINTENANCE, /net/sauron/graid/ALBERT_CVS/admin/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/acinclude.m4, /net/sauron/graid/ALBERT_CVS/admin/aclocal.m4, /net/sauron/graid/ALBERT_CVS/admin/config.guess, /net/sauron/graid/ALBERT_CVS/admin/config.sub:
+	cleaned up a bit, all other files are system files
+
+	* /net/sauron/graid/ALBERT_CVS/admin/Makefile.am:
+	Delete all CVS directories in distribution
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/bas_fct.c, /net/sauron/graid/ALBERT_CVS/admin/configure.in, /net/sauron/graid/ALBERT_CVS/admin/ltconfig:
+	*** empty log message ***
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Makefile.am:
+	seemed necessary to add EXTRA_DIST=Common to Makefile.am
+
+	* /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_for_sun.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT.h, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_open.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT2d.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/Makefile.am:
+	*** empty log message ***
+
+2002-06-10  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/graphics.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile.in, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/cg.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/graphXO.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.am:
+	Standard settings seems to work at last...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/graphXO.c:
+	Changed USE_OPENGL to HAVE_GL, which is supplied by autoconf
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/bas_fct.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/bas_fct_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/bas_fct.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/bas_fct.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.am:
+	*** empty log message ***
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/stiff.c:
+	no longer needed...
+
+	* /net/sauron/graid/ALBERT_CVS/admin/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/configure.in:
+	*** empty log message ***
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.am:
+	First changes...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Makefile.am:
+	Forgot this file...
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/SOLVER/Makefile.am:
+	Added Makefile.am's
+
+	* /net/sauron/graid/ALBERT_CVS/BLAS/srotm.f, /net/sauron/graid/ALBERT_CVS/BLAS/srotmg.f, /net/sauron/graid/ALBERT_CVS/BLAS/sscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/sswap.f, /net/sauron/graid/ALBERT_CVS/BLAS/zaxpy.f, /net/sauron/graid/ALBERT_CVS/BLAS/zcopy.f, /net/sauron/graid/ALBERT_CVS/BLAS/zdotc.f, /net/sauron/graid/ALBERT_CVS/BLAS/zdotu.f, /net/sauron/graid/ALBERT_CVS/BLAS/zdrot.f, /net/sauron/graid/ALBERT_CVS/BLAS/zdscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/zrotg.f, /net/sauron/graid/ALBERT_CVS/BLAS/zscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/zswap.f:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/BLAS/srotm.f, /net/sauron/graid/ALBERT_CVS/BLAS/srotmg.f, /net/sauron/graid/ALBERT_CVS/BLAS/sscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/sswap.f, /net/sauron/graid/ALBERT_CVS/BLAS/zaxpy.f, /net/sauron/graid/ALBERT_CVS/BLAS/zcopy.f, /net/sauron/graid/ALBERT_CVS/BLAS/zdotc.f, /net/sauron/graid/ALBERT_CVS/BLAS/zdotu.f, /net/sauron/graid/ALBERT_CVS/BLAS/zdrot.f, /net/sauron/graid/ALBERT_CVS/BLAS/zdscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/zrotg.f, /net/sauron/graid/ALBERT_CVS/BLAS/zscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/zswap.f:
+	Our own BLAS library
+
+	* /net/sauron/graid/ALBERT_CVS/BLAS/Makefile.am, /net/sauron/graid/ALBERT_CVS/BLAS/caxpy.f, /net/sauron/graid/ALBERT_CVS/BLAS/ccopy.f, /net/sauron/graid/ALBERT_CVS/BLAS/cdotc.f, /net/sauron/graid/ALBERT_CVS/BLAS/cdotu.f, /net/sauron/graid/ALBERT_CVS/BLAS/crotg.f, /net/sauron/graid/ALBERT_CVS/BLAS/cscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/csrot.f, /net/sauron/graid/ALBERT_CVS/BLAS/csscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/cswap.f, /net/sauron/graid/ALBERT_CVS/BLAS/dasum.f, /net/sauron/graid/ALBERT_CVS/BLAS/daxpy.f, /net/sauron/graid/ALBERT_CVS/BLAS/dcabs1.f, /net/sauron/graid/ALBERT_CVS/BLAS/dcopy.f, /net/sauron/graid/ALBERT_CVS/BLAS/ddot.f, /net/sauron/graid/ALBERT_CVS/BLAS/dnrm2.f, /net/sauron/graid/ALBERT_CVS/BLAS/drot.f, /net/sauron/graid/ALBERT_CVS/BLAS/drotg.f, /net/sauron/graid/ALBERT_CVS/BLAS/drotm.f, /net/sauron/graid/ALBERT_CVS/BLAS/drotmg.f, /net/sauron/graid/ALBERT_CVS/BLAS/dscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/dset.f, /net/sauron/graid/ALBERT_CVS/BLAS/dswap.f, /net/sauron/graid/ALBERT_CVS/BLAS/dzasum.f, /net/sauron/graid/ALBERT_CVS/BLAS/dznrm2.f, /net/sauron/graid/ALBERT_CVS/BLAS/icamax.f, /net/sauron/graid/ALBERT_CVS/BLAS/idamax.f, /net/sauron/graid/ALBERT_CVS/BLAS/isamax.f, /net/sauron/graid/ALBERT_CVS/BLAS/izamax.f, /net/sauron/graid/ALBERT_CVS/BLAS/sasum.f, /net/sauron/graid/ALBERT_CVS/BLAS/saxpy.f, /net/sauron/graid/ALBERT_CVS/BLAS/scasum.f, /net/sauron/graid/ALBERT_CVS/BLAS/scnrm2.f, /net/sauron/graid/ALBERT_CVS/BLAS/scopy.f, /net/sauron/graid/ALBERT_CVS/BLAS/sdot.f, /net/sauron/graid/ALBERT_CVS/BLAS/snrm2.f, /net/sauron/graid/ALBERT_CVS/BLAS/srot.f, /net/sauron/graid/ALBERT_CVS/BLAS/srotg.f:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/BLAS/Makefile.am, /net/sauron/graid/ALBERT_CVS/BLAS/caxpy.f, /net/sauron/graid/ALBERT_CVS/BLAS/ccopy.f, /net/sauron/graid/ALBERT_CVS/BLAS/cdotc.f, /net/sauron/graid/ALBERT_CVS/BLAS/cdotu.f, /net/sauron/graid/ALBERT_CVS/BLAS/crotg.f, /net/sauron/graid/ALBERT_CVS/BLAS/cscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/csrot.f, /net/sauron/graid/ALBERT_CVS/BLAS/csscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/cswap.f, /net/sauron/graid/ALBERT_CVS/BLAS/dasum.f, /net/sauron/graid/ALBERT_CVS/BLAS/daxpy.f, /net/sauron/graid/ALBERT_CVS/BLAS/dcabs1.f, /net/sauron/graid/ALBERT_CVS/BLAS/dcopy.f, /net/sauron/graid/ALBERT_CVS/BLAS/ddot.f, /net/sauron/graid/ALBERT_CVS/BLAS/dnrm2.f, /net/sauron/graid/ALBERT_CVS/BLAS/drot.f, /net/sauron/graid/ALBERT_CVS/BLAS/drotg.f, /net/sauron/graid/ALBERT_CVS/BLAS/drotm.f, /net/sauron/graid/ALBERT_CVS/BLAS/drotmg.f, /net/sauron/graid/ALBERT_CVS/BLAS/dscal.f, /net/sauron/graid/ALBERT_CVS/BLAS/dset.f, /net/sauron/graid/ALBERT_CVS/BLAS/dswap.f, /net/sauron/graid/ALBERT_CVS/BLAS/dzasum.f, /net/sauron/graid/ALBERT_CVS/BLAS/dznrm2.f, /net/sauron/graid/ALBERT_CVS/BLAS/icamax.f, /net/sauron/graid/ALBERT_CVS/BLAS/idamax.f, /net/sauron/graid/ALBERT_CVS/BLAS/isamax.f, /net/sauron/graid/ALBERT_CVS/BLAS/izamax.f, /net/sauron/graid/ALBERT_CVS/BLAS/sasum.f, /net/sauron/graid/ALBERT_CVS/BLAS/saxpy.f, /net/sauron/graid/ALBERT_CVS/BLAS/scasum.f, /net/sauron/graid/ALBERT_CVS/BLAS/scnrm2.f, /net/sauron/graid/ALBERT_CVS/BLAS/scopy.f, /net/sauron/graid/ALBERT_CVS/BLAS/sdot.f, /net/sauron/graid/ALBERT_CVS/BLAS/snrm2.f, /net/sauron/graid/ALBERT_CVS/BLAS/srot.f, /net/sauron/graid/ALBERT_CVS/BLAS/srotg.f:
+	Our own BLAS library
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile.in, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile.in:
+	Adapting DEMO for distribution...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.albert.in, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
+	Added Makefile.am and Makefile.albert.in
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/Makefile.sub, /net/sauron/graid/ALBERT_CVS/ALBERT/Makefile.am:
+	Added Makefile.am's
+
+	* /net/sauron/graid/ALBERT_CVS/admin/missing, /net/sauron/graid/ALBERT_CVS/admin/mkinstalldirs:
+	Administration files
+
+	* /net/sauron/graid/ALBERT_CVS/admin/missing, /net/sauron/graid/ALBERT_CVS/admin/mkinstalldirs:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure, /net/sauron/graid/ALBERT_CVS/admin/configure.in, /net/sauron/graid/ALBERT_CVS/admin/install-sh, /net/sauron/graid/ALBERT_CVS/admin/ltconfig, /net/sauron/graid/ALBERT_CVS/admin/ltmain.sh:
+	Administration files
+
+	* /net/sauron/graid/ALBERT_CVS/admin/configure, /net/sauron/graid/ALBERT_CVS/admin/configure.in, /net/sauron/graid/ALBERT_CVS/admin/install-sh, /net/sauron/graid/ALBERT_CVS/admin/ltconfig, /net/sauron/graid/ALBERT_CVS/admin/ltmain.sh:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/admin/AUTHORS, /net/sauron/graid/ALBERT_CVS/admin/COPYING, /net/sauron/graid/ALBERT_CVS/admin/ChangeLog, /net/sauron/graid/ALBERT_CVS/admin/INSTALL, /net/sauron/graid/ALBERT_CVS/admin/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/NEWS, /net/sauron/graid/ALBERT_CVS/admin/README, /net/sauron/graid/ALBERT_CVS/admin/acinclude.m4, /net/sauron/graid/ALBERT_CVS/admin/aclocal.m4, /net/sauron/graid/ALBERT_CVS/admin/config.guess, /net/sauron/graid/ALBERT_CVS/admin/config.sub:
+	Administration files
+
+	* /net/sauron/graid/ALBERT_CVS/admin/AUTHORS, /net/sauron/graid/ALBERT_CVS/admin/COPYING, /net/sauron/graid/ALBERT_CVS/admin/ChangeLog, /net/sauron/graid/ALBERT_CVS/admin/INSTALL, /net/sauron/graid/ALBERT_CVS/admin/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/NEWS, /net/sauron/graid/ALBERT_CVS/admin/README, /net/sauron/graid/ALBERT_CVS/admin/acinclude.m4, /net/sauron/graid/ALBERT_CVS/admin/aclocal.m4, /net/sauron/graid/ALBERT_CVS/admin/config.guess, /net/sauron/graid/ALBERT_CVS/admin/config.sub:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/alloc.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/divers.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/msg.c:
+	IAMTOOLS sources
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/alloc.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/divers.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/msg.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/iamtools.h, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/parameters.c:
+	IAMTOOLS sources
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/iamtools.h, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/parameters.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/orthres.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/sp_cg.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/multigrid.c:
+	removed old files; not longer needed
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/solver.c:
+	solver.c herausgeworfen
+
+2002-06-06  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/l2skp.c:
+	This file is beeing moved into l2scp.c
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/adapt.c:
+	The implicit time strategy now allows no adaptation of the
+	grid, too
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse_r.c:
+	Removed a bug in fill_macro_info for a curved boundary
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/graphXO.c:
+	Changed search for a visual during opening of an OPENGL window
+
+2002-02-28  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/HB_precon.c:
+	In Zeile 427 MEM_ALLOC durch MEM_CALLOC ersetzt.
+	Tut es laut Kuni.          (Dani)
+
+2002-02-05  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c:
+	Einige Aenderungen von DOF_FREE_UNIT
+	DOF_FREE_UNIT = char soll getestet werden, dafuer habe ich schon mal
+	etwas Code in #if-Abfragen gesetzt.
+
+2002-01-19  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert_util.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c:
+	Einige Schoenheitskorrekturen
+
+2002-01-17  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/multigrid.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c:
+	Weitreichende Aenderungen durch die Reform der Speicherverwaltung
+
+2001-11-14  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
+	Neue Routinen fuer xdr und binaere Ein/Ausgabe von macro-Dateien
+	eingebaut.
+
+2001-11-12  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c:
+	changed formating for writing of element type in write_albert_macro()
+
+2001-11-08  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/l2skp.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/l2scp.c:
+	falsche Fehlermeldung in L2s*p_fct_bas_d: ..."DOF_REAL_VEC" statt "DOF_REAL_D_VEC"
+
+2001-10-29  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/l2scp.c:
+	moved stack get_traverse_stack() after initial checks for avoiding
+	memory leaks
+
+2001-10-25  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c:
+	changed macro_test(), up to now no check in 3d
+
+2001-10-11  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/trav_xy.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/element.c:
+	changed preprocessor directive for DIM != DIM_OF_WORLD in el_det() and
+	world_to_coord(); done via the parametric structure in mesh
+
+2001-10-09  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/graphXO.c:
+	Added the function graph_estimate() in 1d for the visualization of the
+	estimator in 1d
+
+2001-10-08  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/coarsen.c:
+	deallocation of el->new_coord moved to coarse_patch in 2d as it was in
+	3d; deallocation is now the same for 2d and 3d and is done after
+	coarse_element
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c:
+	freed newdofs in macro_data2mesh because of memory leak
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/refine_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/coarsen.c:
+	Changed functions
+
+	REAL get_real_d(void) ---> get_real_d(MESH *)
+	void free_real_d(REAL *) ---> free_real_d(MESH *, REAL *)
+
+	for new memory management. Hence, memory can be freed with the
+	underlying mesh (if implemented...)
+
+2001-10-04  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile:
+	Added gmake as default make program to application makefiles
+
+2001-08-03  Oliver Kriessl  <oli@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c:
+	FIX: Bei zu kleinem LEAF_DATA wurde in free_leaf_data n falsch gesetzt.
+
+2001-07-17  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c:
+	fixed bug in memory.c if sizeof(LEAF_DATA) < sizeof(void *)
+
+2001-07-03  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/estimator.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/level_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_nr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/graphXO.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse_nr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/traverse_nr.c:
+	removed unused variables, etc. due to compiler warnings on SGI
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
+	global access to write_albert_macro
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c:
+	now, everything works fine with the new macro_data structure
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/AUTHORS, /net/sauron/graid/ALBERT_CVS/ALBERT/COPYING, /net/sauron/graid/ALBERT_CVS/ALBERT/ChangeLog, /net/sauron/graid/ALBERT_CVS/ALBERT/INSTALL, /net/sauron/graid/ALBERT_CVS/ALBERT/NEWS:
+	updated copyright etc.
+
+2001-07-02  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh_xdr.c:
+	init_bdry only for DIM > 1
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c:
+	el_type now only used for 3d
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/assemble.c:
+	changed macro definitions of btv and utAv for 1d compatibility
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c:
+	changed default_boundary(MESH, S_CHAR) --> default_boundary(MESH, int)
+
+2001-06-28  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c:
+	removed misprint in gltools_est()
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
+	inserted function prototype for default_boundary()
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c:
+	inserted function declaration for write_albert_macro ...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro.h:
+	moved macro_data into albert.h, and removed macro.h
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
+	included macro.h into albert.h with structure MACRO_DATA and new
+	definition of test_macro
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c:
+	added new data types and moved macro.h into albert.h
+
+2001-06-27  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c:
+	inserted free_traverse_stack in gltools_est
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
+	inserted pointers for block-wise memory administration in struct mesh
+	and struct dof_admin
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/write_mesh_ps.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/level.c:
+	changed header of PostScript driver
+
+2001-05-23  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/heat.c:
+	corrected initialization of A in estimate()
+
+2001-05-08  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
+	Schreib- und Leseroutinen aus macro*.c sollten auch hier hinein...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c:
+	vorerst letzter Entwicklungsstand...
+
+2001-05-03  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/ellipt_est.c:
+	removed ellipt_est.c, is in the library already for a long time...
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Macro/macro_big.stand:
+	macro triangulation for [-1,1]
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Macro/macro.stand:
+	macro triangulation for [0,1]
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/INIT/nonlin.dat:
+	data file for nonlinear elliptic solver copied from 2d
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/INIT/heat.dat:
+	data file for heat equation solver copied from 2d
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/INIT/ellipt.dat:
+	data file for elliptic solver copied from 2d
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nonlin.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nlprob.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/heat.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/graphics.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/ellipt.c:
+	changes due to 1d, some DIM_OF_WORLD loops added
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Makefile:
+	using virtual path for dependencies in ../Common directory
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/Makefile:
+	new rules for cleaning, tar and tgz files and backups
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/ChangeLog: added performed changes
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/COPYING, /net/sauron/graid/ALBERT_CVS/DEMO/AUTHORS:
+	changed web-site
+
+2001-04-05  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c:
+	setzen von Randtypen fuer Kanten und Knoten scheint zu funktionieren...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c:
+	Orientierungs-check eingebaut
+
+2001-03-29  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c:
+	habe macro_test implementiert
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c:
+	habe correct_cycles mit allen abhaengigen Prozeduren implementiert
+
+2001-03-27  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro.h:
+	write_macro() und abhaengige Funktionen fertig, macro.h erweitert
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c:
+	*** empty log message ***
+
+2001-03-26  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro.h:
+	Neu: compute_neigh_fast, alles auf Basis von MACRO_DATA
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c:
+	Routinen umgeschoben, mel_vertex in fill_boundary hat neuen Typ
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c:
+	Routinen umgeschoben
+
+2001-03-22  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c:
+	read_albert_macro und read_macro scheinen erstmal zu funktionieren...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro.h:
+	Habe statt (* ?????)[] lieber **?????? als Format fuer die Matrizen genommen.
+
+2001-03-20  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro.h:
+	neuer Eintrag el_type angefuegt
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c:
+	read_macro, read_albert_macro angepasst an neu MACRO_DATA-Struktur, ausserdem Aenderungen an macro_data2mesh.
+
+2001-03-19  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c:
+	macro_data2mesh fertig, einige Routinen aus aesthetischen Gruenden in die macro.c s abgeschoben...
+
+2001-03-16  Daniel Koester  <dani@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c:
+	Anfang der Entwicklung der neuen Macro-Struktur und dazugehoerige Routinen
+
+2001-02-23  Oliver Kriessl  <oli@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/refine_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/solver.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/sor.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/sp_cg.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/ssor.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_nr_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_r_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/eval.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/grape_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/l2scp.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/l2skp.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/numint.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_s.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/error.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/estimator.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/bas_fct.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/cg.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/check.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/coarsen_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/traverse_nr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/traverse_r.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/write_mesh_ps.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/grape.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/grape.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/HB_precon.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/graphXO.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_0.c:
+	Upgrade auf ALBERT-1.1
+
+2001-02-22  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/src/ddot_.f:
+	added file ddot_.f for using with purify
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_0.c:
+	changed interpol0 and interpol_d0, now compilable
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/util.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/error.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/estimator.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c:
+	changed something...
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_1.c:
+	removed bugs in lagrange_0.c: interpol0 interpol_d0
+	inserted static before real_refine_inter
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c:
+	removed bugs in lagrange_0.c: interpol0 interpol_d0, macro.c ???
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/INSTALL, /net/sauron/graid/ALBERT_CVS/ALBERT/NEWS, /net/sauron/graid/ALBERT_CVS/ALBERT/README, /net/sauron/graid/ALBERT_CVS/ALBERT/AUTHORS, /net/sauron/graid/ALBERT_CVS/ALBERT/COPYING:
+	new versions
+
+2000-05-05  Kunibert Siebert  <kunibert@gloin>
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/ellipt-easy.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/ellipt.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nlsolve.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nonlin.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nonlin.h:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/ellipt-easy.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/ellipt.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nlsolve.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nonlin.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nonlin.h:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.1, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.2, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.34kreis, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.44kreis, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.kreis, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.krumm2, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.neum, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro_big.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/INIT/ellipt.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/INIT/heat.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/INIT/nonlin.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Macro/macro.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Macro/macro_big.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/albert.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/ellipt_est.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/femtest.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/graphics.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/heat.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/newton.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nlprob.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.1, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.2, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.34kreis, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.44kreis, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.kreis, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.krumm2, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.neum, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro_big.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/INIT/ellipt.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/INIT/heat.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/INIT/nonlin.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Macro/macro.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Macro/macro_big.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/albert.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/ellipt_est.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/femtest.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/graphics.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/heat.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/newton.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nlprob.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/AUTHORS, /net/sauron/graid/ALBERT_CVS/DEMO/COPYING, /net/sauron/graid/ALBERT_CVS/DEMO/ChangeLog, /net/sauron/graid/ALBERT_CVS/DEMO/INSTALL, /net/sauron/graid/ALBERT_CVS/DEMO/NEWS, /net/sauron/graid/ALBERT_CVS/DEMO/README, /net/sauron/graid/ALBERT_CVS/DEMO/THANKS, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/INIT/ellipt.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/INIT/heat.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/INIT/nonlin.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro_mittel.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/Makefile:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/DEMO/AUTHORS, /net/sauron/graid/ALBERT_CVS/DEMO/COPYING, /net/sauron/graid/ALBERT_CVS/DEMO/ChangeLog, /net/sauron/graid/ALBERT_CVS/DEMO/INSTALL, /net/sauron/graid/ALBERT_CVS/DEMO/NEWS, /net/sauron/graid/ALBERT_CVS/DEMO/README, /net/sauron/graid/ALBERT_CVS/DEMO/THANKS, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/INIT/ellipt.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/INIT/heat.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/INIT/nonlin.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro_mittel.stand, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Makefile, /net/sauron/graid/ALBERT_CVS/DEMO/src/Makefile:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_for_ibm.c: New file.
+
+	* /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_for_ibm.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/AUTHORS, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/COPYING, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/ChangeLog, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/INSTALL, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/NEWS, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/README, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/THANKS, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT.h, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT2d.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_for_sun.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_for_tit.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_open.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOTansi.h, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOTlog.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/awtest.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/ctest.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/ctest2.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/grtest.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/hwtest.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/AUTHORS, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/COPYING, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/ChangeLog, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/INSTALL, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/NEWS, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/README, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/THANKS, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT.h, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT2d.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_for_sun.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_for_tit.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_open.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOTansi.h, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOTlog.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/awtest.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/ctest.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/ctest2.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/grtest.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/hwtest.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/src/dcopy.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/info.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/nls.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/oem.h:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/src/dcopy.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/info.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/nls.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/oem.h:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/THANKS, /net/sauron/graid/ALBERT_CVS/SOLVER/src/banach.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/bicgstab.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/cblas.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/cg.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/daxpy.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/ddot.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dexpy.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dexpy_.f, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dmxpy.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dmxpy_.f, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dnrm2.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dscal.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dset.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dswap.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dxpay.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dxpay_.f, /net/sauron/graid/ALBERT_CVS/SOLVER/src/gmres.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/info.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_ds.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_fs.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/odir.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/ores.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/spcg.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/THANKS, /net/sauron/graid/ALBERT_CVS/SOLVER/src/banach.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/bicgstab.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/cblas.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/cg.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/daxpy.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/ddot.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dexpy.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dexpy_.f, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dmxpy.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dmxpy_.f, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dnrm2.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dscal.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dset.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dswap.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dxpay.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/dxpay_.f, /net/sauron/graid/ALBERT_CVS/SOLVER/src/gmres.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/info.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_ds.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_fs.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/odir.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/ores.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/spcg.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/AUTHORS, /net/sauron/graid/ALBERT_CVS/SOLVER/COPYING, /net/sauron/graid/ALBERT_CVS/SOLVER/ChangeLog, /net/sauron/graid/ALBERT_CVS/SOLVER/INSTALL, /net/sauron/graid/ALBERT_CVS/SOLVER/NEWS, /net/sauron/graid/ALBERT_CVS/SOLVER/README:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/SOLVER/AUTHORS, /net/sauron/graid/ALBERT_CVS/SOLVER/COPYING, /net/sauron/graid/ALBERT_CVS/SOLVER/ChangeLog, /net/sauron/graid/ALBERT_CVS/SOLVER/INSTALL, /net/sauron/graid/ALBERT_CVS/SOLVER/NEWS, /net/sauron/graid/ALBERT_CVS/SOLVER/README:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert_util.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/assemble.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/estimator.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/level_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/multigrid.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_d.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_s.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_nr_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert_util.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/assemble.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/estimator.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/level_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/multigrid.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_d.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_s.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_nr_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/HB_precon.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/check.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/coarsen_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/error.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/eval.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/grape_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/l2scp.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/numint.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/orthres.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/sor.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/ssor.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/stiff.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/trav_xy.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_r_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/util.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/HB_precon.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/check.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/coarsen_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/error.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/eval.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/grape_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/l2scp.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/numint.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/orthres.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/read_mesh_xdr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/sor.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/ssor.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/stiff.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/trav_xy.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/traverse_r_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/util.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_r.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/adapt.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/bas_fct.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/refine_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh_xdr.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_r.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/adapt.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/bas_fct.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/refine_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/write_mesh_xdr.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_4.c: New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_4.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_3.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_3.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/graphXO.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse_r.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/grape.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/graph_none.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_nr.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/graphXO.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse_r.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/grape.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/graph_none.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_nr.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_4.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/lagrange_4.c:
+	initial import  into CVS
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/AUTHORS, /net/sauron/graid/ALBERT_CVS/ALBERT/COPYING, /net/sauron/graid/ALBERT_CVS/ALBERT/ChangeLog, /net/sauron/graid/ALBERT_CVS/ALBERT/INSTALL, /net/sauron/graid/ALBERT_CVS/ALBERT/NEWS, /net/sauron/graid/ALBERT_CVS/ALBERT/README, /net/sauron/graid/ALBERT_CVS/ALBERT/THANKS, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/grape.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse_nr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/write_mesh_ps.c:
+	New file.
+
+	* /net/sauron/graid/ALBERT_CVS/ALBERT/AUTHORS, /net/sauron/graid/ALBERT_CVS/ALBERT/COPYING, /net/sauron/graid/ALBERT_CVS/ALBERT/ChangeLog, /net/sauron/graid/ALBERT_CVS/ALBERT/INSTALL, /net/sauron/graid/ALBERT_CVS/ALBERT/NEWS, /net/sauron/graid/ALBERT_CVS/ALBERT/README, /net/sauron/graid/ALBERT_CVS/ALBERT/THANKS, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/coarsen.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/grape.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/traverse_nr.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/write_mesh_ps.c:
+	initial import  into CVS
+
-- 
GitLab