~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to paso/src/SystemMatrixPattern.h

  • Committer: jfenwick
  • Date: 2010-10-11 01:48:14 UTC
  • Revision ID: svn-v4:77569008-7704-0410-b7a0-a92fef0b09fd:trunk:3259
Merging dudley and scons updates from branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
typedef struct Paso_SystemMatrixPattern {
36
36
  int type;
37
37
 
38
 
  Paso_MPIInfo *mpi_info;
 
38
  Esys_MPIInfo *mpi_info;
39
39
 
40
40
  
41
41
  Paso_Pattern* mainPattern;