From 5ef41c91bfe635cf6750ac25402628d0f0f07211 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 26 Aug 2009 08:12:21 +0200 Subject: [PATCH] silly file, non-sensical but well intentioned. --- src/data/data-nonmem.lisp | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/data/data-nonmem.lisp diff --git a/src/data/data-nonmem.lisp b/src/data/data-nonmem.lisp deleted file mode 100644 index b761f8b..0000000 --- a/src/data/data-nonmem.lisp +++ /dev/null @@ -1,30 +0,0 @@ -i;;; -*- mode: lisp -*- -;;; Copyright (c) 2005--2007, by A.J. Rossini -;;; See COPYRIGHT file for any additional restrictions (BSD license). -;;; Since 1991, ANSI was finally finished. Edited for ANSI Common Lisp. - -;;; File: data.lisp -;;; Author: AJ Rossini -;;; Copyright: (c)2007, AJ Rossini. BSD, LLGPL, or GPLv2, depending -;;; on how it arrives. -;;; Purpose: data package for lispstat -;;; Time-stamp: <2006-05-19 12:33:41 rossini> -;;; Creation: <2006-05-17 21:34:07 rossini> - -;;; What is this talk of 'release'? Klingons do not make software -;;; 'releases'. Our software 'escapes', leaving a bloody trail of -;;; designers and quality assurance people in its wake. - -;;; This organization and structure is new to the 21st Century -;;; version. - -(defclass run-time-data ()) - -(defclass nonmem-data () - ((store) (advan-code) (model-code) (dosing-code)) - (:documentation "") - ) - -(defclass nonmem-result (nonmem-data run-time-data) - - ) \ No newline at end of file -- 2.11.4.GIT