C -*- Mode: Fortran; -*- c----------------------------------------------------------------- c Ravi Samtaney c Copyright 2004 c Princeton Plasma Physics Laboratory c All Rights Reserved c----------------------------------------------------------------- c Multigrid projection c $Log: mgparams.h,v $ c Revision 1.1.1.1 2005/09/12 17:28:10 samtaney c Original source. c c Revision 1.1.1.1 2004/05/28 19:33:27 samtaney c Original source - copied from 3D Unsplit code. c c----------------------------------------------------------------------- c module MGParams save integer:: lMax, lMaxLocal integer:: bcHFlag integer:: xChangeFlag end module MGParams