00001 function errnum = gs_get_last_error() 00002 % errnum = grpc_get_last_error() 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
1.6.3-20100507