Changeset - 200c37371db5
[Not reviewed]
default
0 1 0
Roeland Merks - 11 years ago 2014-05-01 16:01:14
merks@cwi.nl
Minor bugfix in RandomlyLoopNodes and RandomLoopCells (unused code) revealed after recent compilation on Linux
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/mesh.h
Show inline comments
 
@@ -169,7 +169,7 @@ class Mesh {
 
    for (vector<Node *>::const_iterator i=shuffled_nodes.begin();
 
	 i!=shuffled_nodes.end();
 
	 i++) {
 
      f(*shuffled_nodes[*i]);
 
      f(*i);
 
    }
 
  }
 

	
 
@@ -181,7 +181,7 @@ class Mesh {
 
    for (vector<Cell *>::const_iterator i=shuffled_cells.begin();
 
	 i!=shuffled_cells.end();
 
	 i++) {
 
      f(*shuffled_cells[*i]);
 
      f(*i);
 
    }
 
  }
 

	
0 comments (0 inline, 0 general)