~ubuntu-branches/ubuntu/raring/rheolef/raring-proposed

« back to all changes in this revision

Viewing changes to skit/ptst2/ptr_vector_tst.cc

  • 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:
52
52
 
53
53
int main(int argc, char**argv) {
54
54
    warning_macro ("main[1]");
55
 
    environment parallel(argc, argv);
 
55
    environment distributed(argc, argv);
56
56
    warning_macro ("main[2]");
57
57
    string head;
58
58
    size_t n;