Skip to content

Commit

Permalink
removing temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
jw2249a committed Mar 4, 2024
1 parent 77acc33 commit ecc6a94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Manifest.toml

actual_scratch.jl
scratch.jl

.#*
\#*
5 changes: 0 additions & 5 deletions src/.#FastLink.jl

This file was deleted.

1 change: 1 addition & 0 deletions src/FastLink.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import PooledArrays: PooledVector
import Distributions: Dirichlet,rand

# match constants
const nonmatch::UInt8 = UInt8(0)
const match1::UInt8 = UInt8(1)
const match2::UInt8 = UInt8(2)
const missingval::UInt8 = UInt8(3)
Expand Down

0 comments on commit ecc6a94

Please sign in to comment.