| 816f7b76 | 05-Sep-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
made PetscViewerFlow routines non-static so that warning messages in user code such as
/sandbox/petsc/petsc.clone-2/include/petscviewer.h:319:22: warning: argument type 'PetscInt *' (aka 'long *') d
made PetscViewerFlow routines non-static so that warning messages in user code such as
/sandbox/petsc/petsc.clone-2/include/petscviewer.h:319:22: warning: argument type 'PetscInt *' (aka 'long *') doesn't match specified 'MPI' type tag that requires 'long long *' [-Wtype-safety] ierr = MPI_Bcast(mcnt,1,MPIU_INT,0,comm);CHKERRQ(ierr);
would not occur.
show more ...
|