1function f = gbformat (arg)     %#ok
2
3% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
4% SPDX-License-Identifier: GPL-3.0-or-later
5
6error ('GrB:mex', 'mexFunction not found; use gbmake to compile GraphBLAS') ;
7
8