Skip to content
Snippets Groups Projects
Commit 618630e3 authored by Mick Jordan's avatar Mick Jordan
Browse files

trace R_ParseVector

parent d842d787
Branches
Tags
No related merge requests found
......@@ -898,6 +898,7 @@ public class CallRFFIHelper {
}
public static Object R_ParseVector(Object text, int n, Object srcFile) {
RFFIUtils.traceUpCall("R_ParseVector", text, n, srcFile);
// TODO general case
assert n == 1;
assert srcFile == RNull.instance;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment