Skip to content

Commit

Permalink
make sure to use second bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
heike committed May 23, 2024
1 parent 2a67277 commit 8576e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ server <- function(input, output, session) {
Value = c(
BullCompBulls$filename[BullCompBulls$bullet==input$comp_bul1 & BullCompBulls$land == bsldata$landA[odridx[idx]]],
BullCompBulls$md5sum[BullCompBulls$bullet==input$comp_bul1 & BullCompBulls$land == bsldata$landA[odridx[idx]]],
BullCompBulls$filename[BullCompBulls$bullet==input$comp_bul1 & BullCompBulls$land == bsldata$landA[odridx[idx]]],
BullCompBulls$filename[BullCompBulls$bullet==input$comp_bul2 & BullCompBulls$land == bsldata$landA[odridx[idx]]],
BullCompBulls$md5sum[BullCompBulls$bullet==input$comp_bul2 & BullCompBulls$land == bsldata$landB[odridx[idx]]],
round(bsldata$ccf[odridx[idx]],3),
round(bsldata$D[odridx[idx]],3),
Expand Down

0 comments on commit 8576e16

Please sign in to comment.