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

trace R_ParseVector

parent 10b69aab
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment