Skip to content

Commit

Permalink
Added missing base class
Browse files Browse the repository at this point in the history
  • Loading branch information
meister committed Sep 10, 2023
1 parent de2595f commit 67b8129
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lisp/topology/internals.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ No checking is done to make sure that the list of clusterable-context-rotamers a
(lambda (obj stream)
(print-unreadable-object (obj stream :type t))))

(defclass rotamer-shape-connections ()
())

(defclass sidechain-rotamer-shape-connections ()
((fmap :initform (make-hash-table :test 'equal)
:initarg :fmap
Expand Down

0 comments on commit 67b8129

Please sign in to comment.