From bf7ffb293e415559309fde97aa535990ffd48752 Mon Sep 17 00:00:00 2001 From: tony Date: Mon, 26 May 2008 08:29:12 +0200 Subject: [PATCH] silly hacks mean we don't have to load lift; need to fix this! --- ls-demo.lisp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ls-demo.lisp b/ls-demo.lisp index 16fc86b..19c32a4 100644 --- a/ls-demo.lisp +++ b/ls-demo.lisp @@ -3,7 +3,7 @@ ;;; See COPYRIGHT file for any additional restrictions (BSD license). ;;; Since 1991, ANSI was finally finished. Edited for ANSI Common Lisp. -;;; Time-stamp: <2008-05-19 08:38:13 tony> +;;; Time-stamp: <2008-05-25 20:21:38 tony> ;;; Creation: <2007-01-01 09:21:50 user> WRONG ;;; File: ls-demo.lisp ;;; Author: AJ Rossini @@ -15,7 +15,8 @@ ;;; designers and quality assurance people in its wake. (in-package :cl-user) -(asdf:oos 'asdf:load-op 'lift) ;; we need this, but I don't know why? +;;(asdf:oos 'asdf:load-op 'lift) ;; we need this, but I don't know why? +;; hacked by simply doing this in the lispstat.asd UGLY hack. (asdf:oos 'asdf:load-op 'lispstat) ;;; non-rigorous check for exports. @@ -39,6 +40,8 @@ ;; (2.23606797749979 2.23606797749979 3.332000937312528e-8)) ;; 5.000000000000003) + + (defvar my-chol-decomp-test (chol-decomp #2A((2 3 4) (1 2 4) (2 4 5)))) my-chol-decomp-test (nth 0 my-chol-decomp-test) -- 2.11.4.GIT