if (in.size() == 0)
{
- out.push_back(new types::Double(ConfigVariable::getPromptMode()));
+ out.push_back(new types::Double(ConfigVariable::getUserMode()));
}
else
{
return types::Function::Error;
}
- ConfigVariable::setPromptMode(iScilabMode);
+ ConfigVariable::setUserMode(iScilabMode);
if (ConfigVariable::isPrintInteractive())
{