PETSc-dev users,
Due to some demands I have changed PetscTruth to PetscBool in PETSc-dev
The next time you do a petsc-dev hg pull you MUST do the following
1) rm -f */conf/sowing
2) rm -f externalpackages/sowing*
3) rerun your ./configure for any builds you have
4) rerun make for any builds you have
5) change any use of PetscTruth in your code to PetscBool and use of
PETSC_TRUTH to PETSC_BOOL
Sorry for the inconvenience, send all bug reports to petsc-maint at
mcs.anl.gov
Barry
