<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Nov 25, 2013 at 1:47 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
   Merges yesterday into next from a dmplex branch introduced warnings and errors that need fixing.<br></blockquote><div><br></div><div>Will fix tonight when the baby goes to bed.</div><div><br></div><div>  Matt</div><div>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
   Thanks<br>
<br>
src/dm/impls/da/dageometry.c: In function â€˜PetscErrorCode DMDAGetTransitiveClosure(DM, PetscInt, PetscBool, PetscInt*, PetscInt**)’:<br>
src/dm/impls/da/dageometry.c:153:69: warning: unused variable â€˜cz’ [-Wunused-variable]<br>
       PetscInt c  = p - cStart, cx = c % (nVx-1), cy = c / (nVx-1), cz = c / ((nVx-1)*(nVy-1));<br>
                                                                     ^<br>
src/dm/impls/da/dageometry.c:154:16: warning: unused variable â€˜v’ [-Wunused-variable]<br>
       PetscInt v  = cy*nVx + cx +  vStart;<br>
                ^<br>
src/dm/impls/da/dageometry.c:155:16: warning: unused variable â€˜xf’ [-Wunused-variable]<br>
       PetscInt xf = cy*nxF + cx + xfStart;<br>
                ^<br>
src/dm/impls/da/dageometry.c:156:16: warning: unused variable â€˜yf’ [-Wunused-variable]<br>
       PetscInt yf = c + yfStart;<br>
                ^<br>
         CXX arch-linux-pkgs-cxx-mlib/obj/src/dm/impls/da/ftn-auto/dapreallocatef.o<br>
         CXX arch-linux-pkgs-cxx-mlib/obj/src/dm/impls/da/ftn-auto/dadistf.o<br>
         CXX arch-linux-pkgs-cxx-mlib/obj/src/dm/impls/da/ftn-auto/gr1f.o<br>
         CXX arch-linux-pkgs-cxx-mlib/obj/src/dm/impls/da/ftn-auto/daghostf.o<br>
         CXX arch-linux-pkgs-cxx-mlib/obj/src/dm/impls/da/ftn-auto/fddaf.o<br>
         CXX arch-linux-pkgs-cxx-mlib/obj/src/dm/impls/da/ftn-auto/daindexf.o<br>
src/dm/impls/da/ftn-auto/dapreallocatef.c: In function â€˜void dmdasetpreallocationcenterdimension_(DM, PetscInt*, int*)’:<br>
src/dm/impls/da/ftn-auto/dapreallocatef.c:49:46: error: â€˜DMDASetPreallocationCenterDimension’ was not declared in this scope<br>
  (DM)PetscToPointer((dm) ),*preallocCenterDim);<br>
                                              ^<br>
src/dm/impls/da/ftn-auto/dapreallocatef.c: In function â€˜void dmdagetpreallocationcenterdimension_(DM, PetscInt*, int*)’:<br>
src/dm/impls/da/ftn-auto/dapreallocatef.c:53:45: error: â€˜DMDAGetPreallocationCenterDimension’ was not declared in this scope<br>
  (DM)PetscToPointer((dm) ),preallocCenterDim);<br>
<br>
        CC arch-linux-gcc-ifc/obj/src/dm/impls/plex/ftn-auto/plexcgnsf.o<br>
src/dm/impls/plex/ftn-auto/plexpreallocatef.c: In function â€˜dmplexgetpreallocationcenterdimension_’:<br>
src/dm/impls/plex/ftn-auto/plexpreallocatef.c:52:1: warning: implicit declaration of function â€˜DMPlexGetPreallocationCenterDimension’ [-Wimplicit-function-declaration]<br>
 *__ierr = DMPlexGetPreallocationCenterDimension(<br>
 ^<br>
          CC arch-linux-gcc-ifc/obj/src/dm/impls/plex/ftn-auto/plexpointf.o<br>
          CC arch-linux-gcc-ifc/obj/src/dm/impls/plex/ftn-auto/plexlabelf.o<br>
          CC arch-linux-gcc-ifc/obj/src/dm/impls/plex/ftn-auto/plexf.o<br>
          CC arch-linux-gcc-ifc/obj/src/dm/impls/plex/ftn-auto/plexreorderf.o<br>
<br>
                                             ^<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener
</div></div>