summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/VDM.h3
-rw-r--r--include/bigint.h3
-rw-r--r--include/bigint_matrix.h3
-rw-r--r--include/bigint_vector.h3
-rw-r--r--include/bigrational.h3
-rw-r--r--include/bigrational_matrix.h3
-rw-r--r--include/bigrational_vector.h3
-rw-r--r--include/config.h3
-rw-r--r--include/counter.h3
-rw-r--r--include/fpconversion.h3
-rw-r--r--include/fpfilter.h3
-rw-r--r--include/genbox.h3
-rw-r--r--include/gencyl.h3
-rw-r--r--include/genell.h3
-rw-r--r--include/gentor.h3
-rw-r--r--include/kbox3d.h3
-rw-r--r--include/kboxco2.h3
-rw-r--r--include/kcurve.h3
-rw-r--r--include/kfloatpoly.h3
-rw-r--r--include/kgraph.h3
-rw-r--r--include/kintpoly.h3
-rw-r--r--include/kpartition.h3
-rw-r--r--include/kpatch.h3
-rw-r--r--include/kpoint1d.h3
-rw-r--r--include/kpoint2d.h3
-rw-r--r--include/kpoly.h3
-rw-r--r--include/kratpoly.h3
-rw-r--r--include/ksegment.h3
-rw-r--r--include/ksolid.h3
-rw-r--r--include/ksurf.h3
-rw-r--r--include/pascal.h3
-rw-r--r--include/pt_surf_assoc.h3
-rw-r--r--include/root1.h3
-rw-r--r--include/timer.h3
34 files changed, 0 insertions, 102 deletions
diff --git a/include/VDM.h b/include/VDM.h
index 2ea8de9..739f7ee 100644
--- a/include/VDM.h
+++ b/include/VDM.h
@@ -1,6 +1,3 @@
-// file: VDM.h
-// update: 10/20/02
-
#ifndef _VDM_H
#define _VDM_H
diff --git a/include/bigint.h b/include/bigint.h
index b5cf466..15da245 100644
--- a/include/bigint.h
+++ b/include/bigint.h
@@ -1,6 +1,3 @@
-// file: bigint.h
-// update: 09/25/02
-
#ifndef _BIGINT_H
#define _BIGINT_H
diff --git a/include/bigint_matrix.h b/include/bigint_matrix.h
index 392ae92..cad501e 100644
--- a/include/bigint_matrix.h
+++ b/include/bigint_matrix.h
@@ -1,6 +1,3 @@
-// file: bigint_matrix.h
-// update: 09/25/02
-
#ifndef _BIGINT_MATRIX_H
#define _BIGINT_MATRIX_H
diff --git a/include/bigint_vector.h b/include/bigint_vector.h
index 0949b0a..b241a02 100644
--- a/include/bigint_vector.h
+++ b/include/bigint_vector.h
@@ -1,6 +1,3 @@
-// file: bigint_vector.h
-// update: 09/25/02
-
#ifndef _BIGINT_VECTOR_H
#define _BIGINT_VECTOR_H
diff --git a/include/bigrational.h b/include/bigrational.h
index 0c1540d..68d6eed 100644
--- a/include/bigrational.h
+++ b/include/bigrational.h
@@ -1,6 +1,3 @@
-// file: bigrational.h
-// update: 09/25/02
-
#ifndef _BIGRATIONAL_H
#define _BIGRATIONAL_H
diff --git a/include/bigrational_matrix.h b/include/bigrational_matrix.h
index 3caf55d..38d35e3 100644
--- a/include/bigrational_matrix.h
+++ b/include/bigrational_matrix.h
@@ -1,6 +1,3 @@
-// file: bigrational_matrix.h
-// update: 09/25/02
-
#ifndef _BIGRATIONAL_MATRIX_H
#define _BIGRATIONAL_MATRIX_H
diff --git a/include/bigrational_vector.h b/include/bigrational_vector.h
index 5da466b..1f9c12c 100644
--- a/include/bigrational_vector.h
+++ b/include/bigrational_vector.h
@@ -1,6 +1,3 @@
-// file: bigrational_vector.h
-// update: 09/25/02
-
#ifndef _BIGRATIONAL_VECTOR_H
#define _BIGRATIONAL_VECTOR_H
diff --git a/include/config.h b/include/config.h
index 1f84a4a..a27b75d 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,6 +1,3 @@
-// file: config.h
-// update: 10/14/02
-
#ifndef _CONFIG_H
#define _CONFIG_H
diff --git a/include/counter.h b/include/counter.h
index 9ab40c8..9c411dd 100644
--- a/include/counter.h
+++ b/include/counter.h
@@ -1,6 +1,3 @@
-// file: counter.h
-// update: 10/29/03
-
#ifndef _COUNTER_H
#define _COUNTER_H
diff --git a/include/fpconversion.h b/include/fpconversion.h
index 332f90c..40d125a 100644
--- a/include/fpconversion.h
+++ b/include/fpconversion.h
@@ -1,6 +1,3 @@
-// file: fpconversion.h
-// update: 10/14/02
-
#ifndef _FPCONVERSION_H
#define _FPCONVERSION_H
diff --git a/include/fpfilter.h b/include/fpfilter.h
index 6702267..9efa95e 100644
--- a/include/fpfilter.h
+++ b/include/fpfilter.h
@@ -1,6 +1,3 @@
-// file: fpfilter.h
-// update: 10/04/02
-
#ifndef _FPFILTER_H
#define _FPFILTER_H
diff --git a/include/genbox.h b/include/genbox.h
index 6fb8f1a..b27534b 100644
--- a/include/genbox.h
+++ b/include/genbox.h
@@ -1,6 +1,3 @@
-// file: genbox.h
-// update: 12/13/02
-
#ifndef _GENBOX_H
#define _GENBOX_H
diff --git a/include/gencyl.h b/include/gencyl.h
index bb9db85..df9cc3f 100644
--- a/include/gencyl.h
+++ b/include/gencyl.h
@@ -1,6 +1,3 @@
-// file: gencyl.h
-// update: 01/22/03
-
#ifndef _GENCYL_H
#define _GENCYL_H
diff --git a/include/genell.h b/include/genell.h
index c466b6d..0ec0db1 100644
--- a/include/genell.h
+++ b/include/genell.h
@@ -1,6 +1,3 @@
-// file: genell.h
-// update: 03/22/03
-
#ifndef _GENELL_H
#define _GENELL_H
diff --git a/include/gentor.h b/include/gentor.h
index fd8b2f7..d67f5da 100644
--- a/include/gentor.h
+++ b/include/gentor.h
@@ -1,6 +1,3 @@
-// file: gentor.h
-// update: 03/22/03
-
#ifndef _GENTOR_H
#define _GENTOR_H
diff --git a/include/kbox3d.h b/include/kbox3d.h
index 1d6e153..0a2cad9 100644
--- a/include/kbox3d.h
+++ b/include/kbox3d.h
@@ -1,6 +1,3 @@
-// file: kbox3d.h
-// update: 11/30/02
-
#ifndef _KBOX3D_H
#define _KBOX3D_H
diff --git a/include/kboxco2.h b/include/kboxco2.h
index e6d7394..20502f9 100644
--- a/include/kboxco2.h
+++ b/include/kboxco2.h
@@ -1,6 +1,3 @@
-// file: kboxco2.h
-// update: 11/13/02
-
#ifndef _KBOXCO2_H
#define _KBOXCO2_H
diff --git a/include/kcurve.h b/include/kcurve.h
index a6fa270..3c11892 100644
--- a/include/kcurve.h
+++ b/include/kcurve.h
@@ -1,6 +1,3 @@
-// file: kcurve.h
-// update: 11/13/02
-
#ifndef _KCURVE_H
#define _KCURVE_H
diff --git a/include/kfloatpoly.h b/include/kfloatpoly.h
index 976d126..4c46539 100644
--- a/include/kfloatpoly.h
+++ b/include/kfloatpoly.h
@@ -1,6 +1,3 @@
-// file: kfloatpoly.h
-// update: 10/04/02
-
#ifndef _KFLOATPOLY_H
#define _KFLOATPOLY_H
diff --git a/include/kgraph.h b/include/kgraph.h
index 710b2a5..d2a4d1c 100644
--- a/include/kgraph.h
+++ b/include/kgraph.h
@@ -1,6 +1,3 @@
-// file: kgraph.h
-// update: 01/15/03
-
#ifndef _KGRAPH_H
#define _KGRAPH_H
diff --git a/include/kintpoly.h b/include/kintpoly.h
index 2b9365a..5f71c72 100644
--- a/include/kintpoly.h
+++ b/include/kintpoly.h
@@ -1,6 +1,3 @@
-// file: kintpoly.h
-// update: 09/26/02
-
#ifndef _KINTPOLY_H
#define _KINTPOLY_H
diff --git a/include/kpartition.h b/include/kpartition.h
index f892142..2482a18 100644
--- a/include/kpartition.h
+++ b/include/kpartition.h
@@ -1,6 +1,3 @@
-// file: kpartition.h
-// update: 01/15/03
-
#ifndef _KPARTITION_H
#define _KPARTITION_H
diff --git a/include/kpatch.h b/include/kpatch.h
index 0c12aa0..1427cd6 100644
--- a/include/kpatch.h
+++ b/include/kpatch.h
@@ -1,6 +1,3 @@
-// file: kpatch.h
-// update: 11/18/02
-
#ifndef _KPATCH_H
#define _KPATCH_H
diff --git a/include/kpoint1d.h b/include/kpoint1d.h
index e825221..66c7fba 100644
--- a/include/kpoint1d.h
+++ b/include/kpoint1d.h
@@ -1,6 +1,3 @@
-// file: kpoint1d.h
-// update: 10/18/02
-
#ifndef _KPOINT1D_H
#define _KPOINT1D_H
diff --git a/include/kpoint2d.h b/include/kpoint2d.h
index b08a15a..3c1fcbe 100644
--- a/include/kpoint2d.h
+++ b/include/kpoint2d.h
@@ -1,6 +1,3 @@
-// file: kpoint2d.h
-// update: 11/03/02
-
#ifndef _KPOINT2D_H
#define _KPOINT2D_H
diff --git a/include/kpoly.h b/include/kpoly.h
index 5ea6a22..2c106c4 100644
--- a/include/kpoly.h
+++ b/include/kpoly.h
@@ -1,6 +1,3 @@
-// file: kpoly.h
-// update: 09/26/02
-
#ifndef _KPOLY_H
#define _KPOLY_H
diff --git a/include/kratpoly.h b/include/kratpoly.h
index 170c0d9..fce3616 100644
--- a/include/kratpoly.h
+++ b/include/kratpoly.h
@@ -1,6 +1,3 @@
-// file: kratpoly.h
-// update: 10/04/02
-
#ifndef _KRATPOLY_H
#define _KRATPOLY_H
diff --git a/include/ksegment.h b/include/ksegment.h
index 133276f..15397f7 100644
--- a/include/ksegment.h
+++ b/include/ksegment.h
@@ -1,6 +1,3 @@
-// file: ksegment.h
-// update: 11/13/02
-
#ifndef _KSEGMENT_H
#define _KSEGMENT_H
diff --git a/include/ksolid.h b/include/ksolid.h
index 3a1732f..ebff570 100644
--- a/include/ksolid.h
+++ b/include/ksolid.h
@@ -1,6 +1,3 @@
-// file: ksolid.h
-// update: 12/13/02
-
#ifndef _KSOLID_H
#define _KSOLID_H
diff --git a/include/ksurf.h b/include/ksurf.h
index fbbe51e..73a3374 100644
--- a/include/ksurf.h
+++ b/include/ksurf.h
@@ -1,6 +1,3 @@
-// file: ksurf.h
-// update: 11/18/02
-
#ifndef _KSURF_H
#define _KSURF_H
diff --git a/include/pascal.h b/include/pascal.h
index 6696a8c..fa006d5 100644
--- a/include/pascal.h
+++ b/include/pascal.h
@@ -1,6 +1,3 @@
-// file: pascal.h
-// update: 12/07/02
-
#ifndef _PASCAL_H
#define _PASCAL_H
diff --git a/include/pt_surf_assoc.h b/include/pt_surf_assoc.h
index e5caeb2..df5f2dc 100644
--- a/include/pt_surf_assoc.h
+++ b/include/pt_surf_assoc.h
@@ -1,6 +1,3 @@
-// file: pt_surf_assoc.h
-// update: 12/05/02
-
#ifndef PT_SURF_ASSOC_H
#define PT_SURF_ASSOC_H
diff --git a/include/root1.h b/include/root1.h
index 122e282..df8a6e4 100644
--- a/include/root1.h
+++ b/include/root1.h
@@ -1,6 +1,3 @@
-// file: root1.h
-// update: 10/08/02
-
#ifndef _ROOT1_H
#define _ROOT1_H
diff --git a/include/timer.h b/include/timer.h
index eb1f7d4..91d2b6d 100644
--- a/include/timer.h
+++ b/include/timer.h
@@ -1,6 +1,3 @@
-// file : timer.h
-// last update: 07/09/01
-
#ifndef __TIMER_H
#define __TIMER_H