~pragmatic-core/pragmatic/phi

« back to all changes in this revision

Viewing changes to tests/src/test_colour_3d.cpp

  • Committer: Gerard Gorman
  • Date: 2013-04-17 13:47:49 UTC
  • mfrom: (550.1.3 scaling_optimisation)
  • Revision ID: g.gorman@imperial.ac.uk-20130417134749-h747gbln4kxnfe5k
Various bug fixes and implemented new gradation algorithm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
  graph.csr_edges = &(csr_edges[0]);
125
125
 
126
126
  std::vector<int> lnn2gnn(NNodes);
127
 
  std::vector<size_t> owner(NNodes, 0);
 
127
  std::vector<int> owner(NNodes, 0);
128
128
  for(size_t i=0;i<NNodes;i++){
129
129
    lnn2gnn[i] = i;
130
130
  }