~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to bindings/f95/sfstubs.h

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
!      $Id: sfstubs.h,v 1.2 2006/05/12 17:36:19 airwin Exp $
 
2
!      common blocks required for routines in sfstubs.f
 
3
!
 
4
!      Copyright (C) 2004  Alan W. Irwin
 
5
!
 
6
!      This file is part of PLplot.
 
7
!
 
8
!      PLplot is free software; you can redistribute it and/or modify
 
9
!      it under the terms of the GNU General Library Public License as
 
10
!      published by the Free Software Foundation; either version 2 of the
 
11
!      License, or (at your option) any later version.
 
12
!
 
13
!      PLplot is distributed in the hope that it will be useful,
 
14
!      but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
!      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
!      GNU Library General Public License for more details.
 
17
!
 
18
!      You should have received a copy of the GNU Library General Public
 
19
!      License along with PLplot; if not, write to the Free Software
 
20
!      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
21
 
 
22
      integer maxlen
 
23
      parameter (maxlen = 320)
 
24
      character*(maxlen) string1, string2, string3
 
25
      character*(maxlen) string4, string5, string6
 
26
      character*(maxlen) string7, string8, string9
 
27
      integer s1(80), s2(80), s3(80), s4(80), s5(80), s6(80), s7(80), s8(80), s9(80)
 
28
      equivalence ( s1, string1 ), ( s2, string2 )
 
29
      equivalence ( s3, string3 ), ( s4, string4 )
 
30
      equivalence ( s5, string5 ), ( s6, string6 )
 
31
      equivalence ( s7, string7 ), ( s8, string8 )
 
32
      equivalence ( s9, string9 )
 
33
      common /zzplstr1/ string1
 
34
      common /zzplstr2/ string2
 
35
      common /zzplstr3/ string3
 
36
      common /zzplstr4/ string4
 
37
      common /zzplstr5/ string5
 
38
      common /zzplstr6/ string6
 
39
      common /zzplstr6/ string7
 
40
      common /zzplstr6/ string8
 
41
      common /zzplstr6/ string9