Permalink
Browse files

Update rcdk/R/mass.R

  • Loading branch information...
schymane committed Nov 12, 2018
1 parent 96697fc commit 6eafaf11ffb087945e880ab407384812dadcf041
Showing with 1 addition and 1 deletion.
  1. +1 −1 rcdk/R/mass.R
@@ -1,6 +1,6 @@
.fmla2atomcontainer <- function(f){
.jcall('org/openscience/cdk/tools/manipulator/MolecularFormulaManipulator',
"Lorg/openscience/cdk/interfaces/IAtomContainer;",
"org/openscience/cdk/interfaces/IAtomContainer;",
"getAtomContainer",
f,
use.true.class = FALSE)

2 comments on commit 6eafaf1

@rajarshi

This comment has been minimized.

Collaborator

rajarshi replied Nov 12, 2018

Is this correct? I thought the JNI signature for object return values started with L. See Table 3.2

@schymane

This comment has been minimized.

Contributor

schymane replied Nov 12, 2018

nope, wasn't and is reverted.

Please sign in to comment.