Thread Previous • Date Previous • Date Next • Thread Next |
DOLFIN wrote:
One or more new changesets pushed to the primary dolfin repository. A short summary of the last three changesets is included below. changeset: 3725:5169346ab742e9d73ad7d911ace561d9ee8b8a18 tag: tip user: "Johan Jansson <jjan@xxxxxxxxxx>" date: Mon Mar 17 22:37:55 2008 +0100 files: dolfin/la/PETScVector.cpp dolfin/la/PETScVector.h description: LA: Removed unused (anyone?) createScatterer(), scatter(), gather(), toArray(), fromArray() from PETSCVector.
After this commit I get the following warning when building (no error):dolfin/la/PETScMatrix.h:42: Warning(401): Base class 'PETScObject' undefined. dolfin/la/PETScObject.h:19: Warning(401): 'PETScObject' must be defined before it is used as a base class. dolfin/la/PETScVector.h:37: Warning(401): Base class 'PETScObject' undefined. dolfin/la/PETScObject.h:19: Warning(401): 'PETScObject' must be defined before it is used as a base class.
Can this just be ignored? ilmar
Thread Previous • Date Previous • Date Next • Thread Next |