~ubuntu-branches/ubuntu/saucy/rheolef/saucy

« back to all changes in this revision

Viewing changes to skit/plib2/polymorphic_scatter_message.h

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Saramito
  • Date: 2011-03-23 11:14:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323111426-cjvhey7lxt6077ty
Tags: 5.93-1
* New upstream release (minor changes):
  - some extra warning message deleted in heap_allocator
  - graphic output with mayavi2 fixed
  - add doc refman in .info and .pdf format

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
/// 
23
23
/// =========================================================================
24
24
//
25
 
// create parallel to sequential scatter context for polymorphic_array
 
25
// create distributed to sequential scatter context for polymorphic_array
26
26
//
27
27
#include "rheolef/polymorphic_data_vector.h"
28
28
 
105
105
        starts.resize  (nproc+1);
106
106
        procs.resize   (nproc);
107
107
        indices.resize (n_data);
108
 
#ifdef TO_CLEAN
109
 
        values.resize  (n_data);
110
 
#endif // TO_CLEAN
111
108
  }
112
109
// accessors:
113
110