aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/kompsos-math.adb (renamed from src/kompsos-arithmetic.adb)4
-rw-r--r--src/kompsos-math.ads (renamed from src/kompsos-arithmetic.ads)4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/kompsos-arithmetic.adb b/src/kompsos-math.adb
index 9d02a5a..b64d393 100644
--- a/src/kompsos-arithmetic.adb
+++ b/src/kompsos-math.adb
@@ -6,7 +6,7 @@
-- See license.txt for further details
-package body Kompsos.Arithmetic is
+package body Kompsos.Math is
----------------
@@ -674,6 +674,6 @@ package body Kompsos.Arithmetic is
end LTE;
-end Kompsos.Arithmetic;
+end Kompsos.Math;
diff --git a/src/kompsos-arithmetic.ads b/src/kompsos-math.ads
index 661dadf..d082f09 100644
--- a/src/kompsos-arithmetic.ads
+++ b/src/kompsos-math.ads
@@ -8,7 +8,7 @@
generic
Zero_Element, One_Element : in Element_Type;
-package Kompsos.Arithmetic is
+package Kompsos.Math is
---------------
@@ -293,6 +293,6 @@ private
with Pre => Inputs'Length = 4;
-end Kompsos.Arithmetic;
+end Kompsos.Math;