On Thu, Jan 7, 2010 at 10:20 AM, Toby D. Young <tyoung at ippt.gov.pl> wrote:
> > > Sounds like you're getting a header from the wrong place > > > > > http://petsc.cs.iit.edu/petsc/petsc-dev/file/4466b94188f4/include/petscversion.h > > Could be that Jed, and anyways I am rebuilding from scratch. > But on your link above PETSC_VERSION_RELEASE == 1 too... > > author barrysmith at barry-smiths-macbook-pro.local > Thu Jan 07 08:16:17 2010 -0600 (2 hours ago) > > 20 #define PETSC_VERSION_(MAJOR,MINOR,SUBMINOR) \ > > 21 ((PETSC_VERSION_MAJOR == (MAJOR)) && \ > > 22 (PETSC_VERSION_MINOR == (MINOR)) && \ > > 23 (PETSC_VERSION_SUBMINOR == (SUBMINOR)) && \ > > 24 (PETSC_VERSION_RELEASE == 1)) > > 25 > > 26 #endif > > > What is going on? > No, you quoted a conditional. Look at the top of the file. Matt > Best, > Toby > > ----- > > Toby D. Young > Assistant Professor > Philosophy-Physics > Polish Academy of Sciences > Warszawa, Polska > > www: http://www.ippt.gov.pl/~tyoung <http://www.ippt.gov.pl/%7Etyoung> > skype: stenografia > > -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20100107/bdeb81e2/attachment.html>
