Return analyzed window sizes as well

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4884 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
fromer 2010-12-20 17:00:17 +00:00
parent b3ac47812c
commit a829284d84
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ calcPhasingProbsForWindowDistances <- function(distances, MAX_WINDOW_SIZE, meanD
}
}
phaseProbsPositionWindow
list(phaseProbsPositionWindow=phaseProbsPositionWindow, WINDOW_SIZES=WINDOW_SIZES)
}