On Tue, 8 Feb 2011, Barry Smith wrote: > > On Feb 8, 2011, at 4:12 PM, Aron Ahmadia wrote: > > > link to the source of DMCreateGlobalVector from > > http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/docs/manualpages/DM/DMCreateGlobalVector.html > > > > goes to a broken url: > > http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/src/dm/da/interface/dm.c.html#DMCreateGlobalVector > > > > the functional url is: > > http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/src/dm/interface/dm.c.html > > > Satish, > > Something is seriously wrong with the development version of the online > docs. The old location > http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/src/dm/da/interface/dm.c.html#DMCreateGlobalVector > was changed months ago. Is something not being properly rebuilt?
the LOCDIR in the makefile was not updated [when the file was moved] - so the docs had the wrong path. I fixed the makefile - so we can check tomorrow to verify if the docs get the correct path with it. Satish
