Go to the documentation of this file.00001 function errnum = gridsolve_err()
00002 % errnum = gridsolve_err()
00003 %
00004 % Returns the number for the last error that occured in the GridSolve
00005 % network solver system
00006
00007 errnum = matlab_gs_lib(5);
00008