Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anton083 committed Oct 30, 2023
1 parent 53d8717 commit 93d1026
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/BackBoner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module BackBoner

using LinearAlgebra

export BackBone

include("backbone.jl")
include("oxygen.jl")
include("ncaco.jl")
Expand Down
2 changes: 1 addition & 1 deletion src/backbone.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export BackBone, atom_coord_matrix
export Backbone, atom_coord_matrix

"""
Backbone{A, T}
Expand Down

0 comments on commit 93d1026

Please sign in to comment.