freebsd-ports/cad/tochnog/files/patch-so_petsc.c
Pav Lucistnik 81106d48d9 - use standard BLAS instead of ATLAS so this can be packaged. Of course we still have a WITH_ATLAS knob
- Minor changes to better match the CVS version
- Add GETOPT_LONG support

PR:		ports/99259
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-06-23 13:11:39 +00:00

20 lines
493 B
C

--- so_petsc.c.orig Wed Jun 21 00:31:58 2006
+++ so_petsc.c Wed Jun 21 00:33:30 2006
@@ -21,14 +21,14 @@
#if PETSC_USE
-/* before version 2.2.29 of petsc use these two lines */
+/* before version 2.2.29 of petsc use these two lines
#include "sles.h"
#include "mg.h"
+*/
-/* version 2.2.29 and further of petsc use these two lines
+/* version 2.2.29 and further of petsc use these two lines */
#include "petscsles.h"
#include "petscmg.h"
-*/
extern double *solve_solution;