GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
229 stars 61 forks source link

Replace restrict with macro #56

Closed marci543 closed 4 years ago

marci543 commented 4 years ago

Fixes #49

DrTimothyAldenDavis commented 4 years ago

This breaks the C compilation. The GB_args(...) macro doesn't work.

marci543 commented 4 years ago

Sorry for that. Hopefully I have fixed it in #58.