diff options
Diffstat (limited to 'math/petsc/files/patch-src::mat::impls::rowbs::mpi::mpirowbs.h')
-rw-r--r-- | math/petsc/files/patch-src::mat::impls::rowbs::mpi::mpirowbs.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/petsc/files/patch-src::mat::impls::rowbs::mpi::mpirowbs.h b/math/petsc/files/patch-src::mat::impls::rowbs::mpi::mpirowbs.h new file mode 100644 index 000000000000..4deb3db1d37b --- /dev/null +++ b/math/petsc/files/patch-src::mat::impls::rowbs::mpi::mpirowbs.h @@ -0,0 +1,13 @@ +--- src/mat/impls/rowbs/mpi/mpirowbs.h.orig Sat Oct 2 09:13:29 2004 ++++ src/mat/impls/rowbs/mpi/mpirowbs.h Tue Oct 5 21:58:07 2004 +@@ -5,8 +5,8 @@ + #include "src/mat/matimpl.h" + + EXTERN_C_BEGIN +-#include "BSsparse.h" +-#include "BSprivate.h" ++#include <BSsparse.h> ++#include <BSprivate.h> + EXTERN_C_END + + /* |