Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gsll
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Selwyn Simsek
gsll
Commits
d21fa5b5
Commit
d21fa5b5
authored
Feb 16, 2014
by
Liam M. Healy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment on header file name
parent
efcc519c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test-unit/augment.lisp
test-unit/augment.lisp
+3
-3
No files found.
test-unit/augment.lisp
View file @
d21fa5b5
;; Additional methods for lisp-unit
;; Additional methods for lisp-unit
;; Liam Healy 2009-04-15 23:23:30EDT augment.lisp
;; Liam Healy 2009-04-15 23:23:30EDT augment.lisp
;; Time-stamp: <201
1-01-10 18:19:07
EST augment.lisp>
;; Time-stamp: <201
4-02-15 18:40:50
EST 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
;; Distributed under the terms of the GNU General Public License
;;
;;
;; This program is free software: you can redistribute it and/or modify
;; This program is free software: you can redistribute it and/or modify
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
(
lisp-unit:numerical-equal
(
grid:copy-to
result1
)
(
grid:copy-to
result2
)
(
lisp-unit:numerical-equal
(
grid:copy-to
result1
)
(
grid:copy-to
result2
)
:test
test
)))
:test
test
)))
;;; See cdf/test.c
;;; See cdf/test.c
, specfunc/test_sf.h
(
defconstant
+test-tol0+
(
*
2
+dbl-epsilon+
))
(
defconstant
+test-tol0+
(
*
2
+dbl-epsilon+
))
(
defconstant
+test-tol1+
(
*
16
+dbl-epsilon+
))
(
defconstant
+test-tol1+
(
*
16
+dbl-epsilon+
))
(
defconstant
+test-tol2+
(
*
256
+dbl-epsilon+
))
(
defconstant
+test-tol2+
(
*
256
+dbl-epsilon+
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment