Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2275 Rev 2283
Line 17... Line 17...
   You  should have received a copy of the GNU Lesser General  Public  License
   You  should have received a copy of the GNU Lesser General  Public  License
   along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
   along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
*/
 
 
#include "slepcsys.h"           /*I "slepcsys.h" I*/
#include <slepcsys.h>
#include "private/epsimpl.h"
#include <private/epsimpl.h>          /*I "slepceps.h" I*/
#include "private/stimpl.h"
#include <private/stimpl.h>           /*I "slepcst.h" I*/
#include "private/svdimpl.h"
#include <private/svdimpl.h>          /*I "slepcsvd.h" I*/
#include "private/qepimpl.h"
#include <private/qepimpl.h>          /*I "slepcqep.h" I*/
#include "private/ipimpl.h"
#include <private/ipimpl.h>           /*I "slepcip.h" I*/
#include <stdlib.h>
#include <stdlib.h>
 
 
#undef __FUNCT__  
#undef __FUNCT__  
#define __FUNCT__ "SlepcPrintVersion"
#define __FUNCT__ "SlepcPrintVersion"
/*
/*