Added flt_arith
authorceriel <none@none>
Mon, 10 Jul 1989 11:25:02 +0000 (11:25 +0000)
committerceriel <none@none>
Mon, 10 Jul 1989 11:25:02 +0000 (11:25 +0000)
modules/src/.distr
modules/src/Action

index a921e40..71a0e53 100644 (file)
@@ -3,6 +3,7 @@ alloc
 assert
 em_code
 em_mes
+flt_arith
 idf
 input
 malloc
index 11df4c8..5f0103e 100644 (file)
@@ -34,3 +34,6 @@ end
 name "EM-code reading module"
 dir read_em
 end
+name "Floating point arithmetic module"
+dir flt_arith
+end