Fixed registered name of GREL combination function
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1909 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
f1643565b8
commit
43d0de2d8a
@ -253,7 +253,7 @@ public class ControlFunctionRegistry {
|
|||||||
registerFunction("exp", new Exp());
|
registerFunction("exp", new Exp());
|
||||||
registerFunction("sum", new Sum());
|
registerFunction("sum", new Sum());
|
||||||
registerFunction("fact", new Fact());
|
registerFunction("fact", new Fact());
|
||||||
registerFunction("comb", new Combin());
|
registerFunction("combin", new Combin());
|
||||||
registerFunction("degrees", new Degrees());
|
registerFunction("degrees", new Degrees());
|
||||||
registerFunction("radians", new Radians());
|
registerFunction("radians", new Radians());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user