Go to the documentation of this file.00001 function str = gridsolve_errmsg(varargin)
00002 % string = gridsolve_errmsg(errnum)
00003 %
00004 % Gets the string representation of an error code in the GridSolve
00005 % network solver system.
00006
00007 str = matlab_gs_lib(4, varargin{:});
00008