- 08 Jan, 2014 1 commit
-
-
Liam M. Healy authored
Eliminate system input-output, fold most into antik-base. Still needs separation of grid function and currently does not load.
-
- 30 Nov, 2013 1 commit
-
-
Liam M. Healy authored
Define new connected systems math-high-pd, io-fa and move definitions so that they are loaded in the proper order.
-
- 28 Nov, 2013 1 commit
-
-
Liam M. Healy authored
-
- 25 Nov, 2013 1 commit
-
-
Liam M. Healy authored
Separate, add systems new systems that were in the old monolithic antik.asd: input-output, math-high, mathematics. Make the retrieval of earth orientation parameters (for calibrating UT1 timescale) a connected system when Drakma is loaded.
-
- 09 Mar, 2013 1 commit
-
-
Liam M. Healy authored
Split off foreign-array from system grid, and updated README.txt to explain the separate systems. Both grid and foreign-array compile, load, and pass tests with no errors on SBCL 1.0.51.34 and Ubuntu 11.10. However physical-dimension gets an error while compiling.
-
- 19 Jun, 2010 1 commit
-
-
Liam Healy authored
Fortran (column-major) arrays are now set correctly with initial-contents, as demonstrated for example with (make-grid '((farr:foreign-array 2 2) double-float) :initial-contents '((1.0d0 2.0d0) (3.0d0 4.4d0)) :linearization :column-major) All "C-array" designations have been changed to "foreign-array"; package nickname :farr.
-