~ubuntu-branches/ubuntu/karmic/hypre/karmic

« back to all changes in this revision

Viewing changes to src/babel/bHYPREClient-F90/sidl_rmi_Ticket_type.F90

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2009-03-20 11:40:12 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090320114012-132h6ok9w2r6o609
Tags: 2.4.0b-2
Rebuild against new openmpi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
2
! File:          sidl_rmi_Ticket_type.F90
 
3
! Symbol:        sidl.rmi.Ticket-v0.9.15
 
4
! Symbol Type:   interface
 
5
! Babel Version: 1.0.0
 
6
! Release:       $Name: V2-4-0b $
 
7
! Revision:      @(#) $Id: sidl_rmi_Ticket_type.F90,v 1.1 2007/02/06 01:23:14 painter Exp $
 
8
! Description:   Client-side module for sidl.rmi.Ticket
 
9
 
10
! Copyright (c) 2000-2002, The Regents of the University of California.
 
11
! Produced at the Lawrence Livermore National Laboratory.
 
12
! Written by the Components Team <components@llnl.gov>
 
13
! All rights reserved.
 
14
 
15
! This file is part of Babel. For more information, see
 
16
! http://www.llnl.gov/CASC/components/. Please read the COPYRIGHT file
 
17
! for Our Notice and the LICENSE file for the GNU Lesser General Public
 
18
! License.
 
19
 
20
! This program is free software; you can redistribute it and/or modify it
 
21
! under the terms of the GNU Lesser General Public License (as published by
 
22
! the Free Software Foundation) version 2.1 dated February 1999.
 
23
 
24
! This program is distributed in the hope that it will be useful, but
 
25
! WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
 
26
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
 
27
! conditions of the GNU Lesser General Public License for more details.
 
28
 
29
! You should have recieved a copy of the GNU Lesser General Public License
 
30
! along with this program; if not, write to the Free Software Foundation,
 
31
! Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
32
 
33
! WARNING: Automatically generated; changes will be lost
 
34
 
35
 
36
 
 
37
#include "sidl_rmi_Ticket_fAbbrev.h"
 
38
 
 
39
 
40
! This file contains a FORTRAN 90 derived type for the
 
41
! sidl type sidl.rmi.Ticket.
 
42
 
43
 
 
44
module sidl_rmi_Ticket_type
 
45
  use sidl
 
46
  type sidl_rmi_Ticket_t
 
47
    sequence
 
48
    integer (kind=sidl_iorptr) :: d_ior
 
49
  end type sidl_rmi_Ticket_t
 
50
 
 
51
  type sidl_rmi_Ticket_1d
 
52
    sequence
 
53
    integer (kind=sidl_arrayptr) :: d_array
 
54
  end type sidl_rmi_Ticket_1d
 
55
 
 
56
  type sidl_rmi_Ticket_2d
 
57
    sequence
 
58
    integer (kind=sidl_arrayptr) :: d_array
 
59
  end type sidl_rmi_Ticket_2d
 
60
 
 
61
  type sidl_rmi_Ticket_3d
 
62
    sequence
 
63
    integer (kind=sidl_arrayptr) :: d_array
 
64
  end type sidl_rmi_Ticket_3d
 
65
 
 
66
  type sidl_rmi_Ticket_4d
 
67
    sequence
 
68
    integer (kind=sidl_arrayptr) :: d_array
 
69
  end type sidl_rmi_Ticket_4d
 
70
 
 
71
  type sidl_rmi_Ticket_5d
 
72
    sequence
 
73
    integer (kind=sidl_arrayptr) :: d_array
 
74
  end type sidl_rmi_Ticket_5d
 
75
 
 
76
  type sidl_rmi_Ticket_6d
 
77
    sequence
 
78
    integer (kind=sidl_arrayptr) :: d_array
 
79
  end type sidl_rmi_Ticket_6d
 
80
 
 
81
  type sidl_rmi_Ticket_7d
 
82
    sequence
 
83
    integer (kind=sidl_arrayptr) :: d_array
 
84
  end type sidl_rmi_Ticket_7d
 
85
 
 
86
end module sidl_rmi_Ticket_type