Changed 1 to 3

This commit is contained in:
hyginn 2020-09-23 14:13:52 +10:00
parent cf90c52a61
commit 42ad74b2f2

View File

@ -271,7 +271,7 @@ REFspecies <- c("Aspergillus nidulans",
# = 5 FUNCTIONS TO CUSTOMIZE ASSIGNMENTS ==================================
# == 5.1 seal() ========================================================
seal <- function(x.1L) { .Call(digest:::digest_impl,x.1L,1L,-1L,-0,-0,-0) }
seal <- function(x.1L) { .Call(digest:::digest_impl,x.1L,3L,-1L,-0,-0,-0) }
# == 5.1 getMYSPE() ========================================================