[petsc-dev] small patch for sprng
Nathan Collier
nathaniel.collier at gmail.com
Mon Jan 28 05:45:01 CST 2013
FYI,
Seems an include is moved in petsc-dev and causes compile problems when
configuring PETSc to use sprng.
--- a/src/sys/classes/random/impls/sprng/sprng.c Mon Jan 28 00:15:00 2013
-0600
+++ b/src/sys/classes/random/impls/sprng/sprng.c Mon Jan 28 14:38:46 2013
+0300
@@ -1,5 +1,5 @@
-#include <../src/sys/random/randomimpl.h>
+#include <../src/sys/classes/random/randomimpl.h>
#if defined (PETSC_HAVE_STDLIB_H)
#include <stdlib.h>
#endif
--
Nathan Collier
Research Scientist
Center for Numerical Porous Media
King Abdullah University of Science and Technology (KAUST)
http://www.mendeley.com/profiles/nathan-collier/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130128/c078f094/attachment.html>
More information about the petsc-dev
mailing list