Remove globals from user-defined steadystate file
As discussed at GSA meeting in Ispra. Proposed interface:
function [ys,params,check] = NK_baseline_steadystate(ys,exo,M_,options_)
instead of
function [ys,check] = NK_baseline_steadystate(ys,exo)
Function output interface now mirrors _steadystate2.m
files