[cl-sbml-cvs] CVS cl-sbml

CVS User mantoniotti mantoniotti at common-lisp.net
Fri Feb 1 11:41:15 UTC 2013


Update of /project/cl-sbml/cvsroot/cl-sbml
In directory tiger.common-lisp.net:/tmp/cvs-serv11523

Modified Files:
	simple-species-reference.lisp 
Log Message:
Fixed a few glitches that made the system not loadable (some bit-rot).
Copyright Notice also updated.


--- /project/cl-sbml/cvsroot/cl-sbml/simple-species-reference.lisp	2005/05/12 17:21:30	1.1
+++ /project/cl-sbml/cvsroot/cl-sbml/simple-species-reference.lisp	2013/02/01 11:41:15	1.2
@@ -1,7 +1,6 @@
 (in-package "CL-SBML")
 
-(defstruct (simple-species-reference (:include sbml-base)
-                                     (:constructor nil))
+(defstruct (simple-species-reference (:include sbml-base))
   "The SBML Simple Species Reference Structure Class."
   (species nil :type (or symbol string))
   )





More information about the cl-sbml-cvs mailing list