From 6efd733f6b7d56c059c8ae4c872feb0e224db6ed Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 25 Jan 2010 10:59:07 +0100 Subject: [PATCH] whitespace and a missing paren in dataframe.lisp --- TODO.lisp | 2 +- src/data/dataframe.lisp | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/TODO.lisp b/TODO.lisp index 80a02a4..56b9b93 100644 --- a/TODO.lisp +++ b/TODO.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2010-01-03 17:12:16 tony> +;;; Time-stamp: <2010-01-25 09:17:55 tony> ;;; Creation: <2008-09-08 08:06:30 tony> ;;; File: TODO.lisp ;;; Author: AJ Rossini diff --git a/src/data/dataframe.lisp b/src/data/dataframe.lisp index 30e889b..4427c59 100644 --- a/src/data/dataframe.lisp +++ b/src/data/dataframe.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2010-01-22 07:53:16 tony> +;;; Time-stamp: <2010-01-25 10:54:44 tony> ;;; Creation: <2008-03-12 17:18:42 blindglobe@gmail.com> ;;; File: dataframe.lisp ;;; Author: AJ Rossini @@ -198,10 +198,7 @@ test that that list is a valid listoflist dataframe structure." (:method ((df list)) (xdim df)) ;; probably should do a valid LISTOFLIST structure test but this would be inefficient (:method ((df array)) - (xdim df) - - - ) + (xdim df))) #| (defun ncase-store (store) -- 2.11.4.GIT