Skip to content
Snippets Groups Projects
Commit bdc49462 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corrected, works.

parent 61cb241e
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,6 @@ void NCvin::display_cvins()
void NCvin::initialize(void)
{
// operators by precedence (as in xax_yacc.ypp):
(new CCvin( "integral", 2, "-inf,inf", cvin_integrate,
"integral from a to b" ))->register_me();
(new CCvin( "integrate", 2, "-inf,inf", cvin_integrate,
"integrate curve from a to b" ))->register_me();
}
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