28 Nov
2010
28 Nov
'10
2:20 p.m.
On Sun, Nov 28, 2010 at 21:18, Jed Brown <[email protected]> wrote:
PetscViewer viewer = PETSC_VIEWER_BINARY(PETSC_COMM_WORLD);
This line should read: PetscViewer viewer = PETSC_VIEWER_BINARY_(PETSC_COMM_WORLD); You can use PetscViewerBinaryOpen for more control, and to specify the filename. Jed