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

« back to all changes in this revision

Viewing changes to src/babel/bHYPRE/bHYPRE_ErrorCode_Stub.c

  • 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:
2
2
 * File:          bHYPRE_ErrorCode_Stub.c
3
3
 * Symbol:        bHYPRE.ErrorCode-v1.0.0
4
4
 * Symbol Type:   enumeration
5
 
 * Babel Version: 1.0.0
 
5
 * Babel Version: 1.0.4
6
6
 * Description:   Client-side glue code for bHYPRE.ErrorCode
7
7
 * 
8
8
 * WARNING: Automatically generated; changes will be lost
20
20
  const int32_t lower[],
21
21
  const int32_t upper[])
22
22
{
23
 
  return (struct bHYPRE_ErrorCode__array*)sidl_int__array_createCol(dimen,
 
23
  return (struct bHYPRE_ErrorCode__array*)sidl_int__array_createCol(dimen, 
24
24
    lower, upper);
25
25
}
26
26
 
30
30
  const int32_t lower[],
31
31
  const int32_t upper[])
32
32
{
33
 
  return (struct bHYPRE_ErrorCode__array*)sidl_int__array_createRow(dimen,
 
33
  return (struct bHYPRE_ErrorCode__array*)sidl_int__array_createRow(dimen, 
34
34
    lower, upper);
35
35
}
36
36
 
45
45
  int32_t len, 
46
46
  int32_t* data)
47
47
{
48
 
  return (struct bHYPRE_ErrorCode__array*)sidl_int__array_create1dInit(len,
49
 
    (int32_t*)data);
 
48
  return (struct bHYPRE_ErrorCode__array*)sidl_int__array_create1dInit(len, (
 
49
    int32_t*)data);
50
50
}
51
51
 
52
52
struct bHYPRE_ErrorCode__array*