From d21fa5b50b8bc0514e537c467aece20e46469749 Mon Sep 17 00:00:00 2001 From: "Liam M. Healy" Date: Sun, 16 Feb 2014 13:49:40 -0500 Subject: [PATCH] Add comment on header file name --- test-unit/augment.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-unit/augment.lisp b/test-unit/augment.lisp index a6fdd32..e06e72b 100644 --- a/test-unit/augment.lisp +++ b/test-unit/augment.lisp @@ -1,8 +1,8 @@ ;; Additional methods for lisp-unit ;; Liam Healy 2009-04-15 23:23:30EDT augment.lisp -;; Time-stamp: <2011-01-10 18:19:07EST augment.lisp> +;; Time-stamp: <2014-02-15 18:40:50EST augment.lisp> ;; -;; Copyright 2009, 2011 Liam M. Healy +;; Copyright 2009, 2011, 2014 Liam M. Healy ;; Distributed under the terms of the GNU General Public License ;; ;; This program is free software: you can redistribute it and/or modify @@ -27,7 +27,7 @@ (lisp-unit:numerical-equal (grid:copy-to result1) (grid:copy-to result2) :test test))) -;;; See cdf/test.c +;;; See cdf/test.c, specfunc/test_sf.h (defconstant +test-tol0+ (* 2 +dbl-epsilon+)) (defconstant +test-tol1+ (* 16 +dbl-epsilon+)) (defconstant +test-tol2+ (* 256 +dbl-epsilon+)) -- GitLab