ENH: Updated wildcard handling for function object field entries

This commit is contained in:
Andrew Heather
2017-12-13 20:57:56 +00:00
parent b37fc2d4b1
commit 3da2aee4ef
8 changed files with 71 additions and 23 deletions

View File

@ -176,7 +176,7 @@ int main(int argc, char *argv[])
args,
runTime,
functionsDict,
fields.selection()
fields
)
);
@ -196,7 +196,7 @@ int main(int argc, char *argv[])
args,
runTime,
functionsDict,
fields.selection()
fields
);
}