Fixed syntax
This commit is contained in:
parent
6b34dba186
commit
f89a6e9fa3
1 changed files with 2 additions and 2 deletions
|
|
@ -166,8 +166,8 @@ greedyMix <- function(
|
||||||
priorTerm <- list_dranap$prioterm
|
priorTerm <- list_dranap$prioterm
|
||||||
|
|
||||||
list_Zd <- newGetDistances(data,rowsFromInd) # FIXME: debug
|
list_Zd <- newGetDistances(data,rowsFromInd) # FIXME: debug
|
||||||
Z <- lizt_Zd$Z
|
Z <- list_Zd$Z
|
||||||
dist <- lizt_Zd$dist
|
dist <- list_Zd$dist
|
||||||
|
|
||||||
if (is.null(savePreProcessed)) {
|
if (is.null(savePreProcessed)) {
|
||||||
save_preproc <- questdlg(
|
save_preproc <- questdlg(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue