(root)/trunk/config/generatefortranstubs.py - Rev 1335 → 1377
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 1335 |
Rev 1377 |
| Line 1... |
Line 1... |
#!/usr/bin/env python
|
#!/usr/bin/env python
|
#!/bin/env python
|
#!/bin/env python
|
|
#
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# SLEPc - Scalable Library for Eigenvalue Problem Computations
|
|
# Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain
|
|
#
|
|
# This file is part of SLEPc. See the README file for conditions of use
|
|
# and additional information.
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
#
|
#
|
# Generates fortran stubs for PETSc using Sowings bfort program
|
# Generates fortran stubs for PETSc using Sowings bfort program
|
#
|
#
|
import os
|
import os
|
#
|
#
|