projects
/
anneal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26fd0ec
)
checkpoint
author
adam
<adam@megacz.com>
Sun, 16 Dec 2007 03:59:24 +0000
(19:59 -0800)
committer
adam
<adam@megacz.com>
Sun, 16 Dec 2007 03:59:24 +0000
(19:59 -0800)
darcs-hash:
20071216035924
-5007d-
f995f7cb052bc8c5e62de473bc5e6c061859019a
.gz
src/edu/berkeley/qfat/Mesh.java
patch
|
blob
|
history
diff --git
a/src/edu/berkeley/qfat/Mesh.java
b/src/edu/berkeley/qfat/Mesh.java
index
b4d9f5b
..
ecc5e22
100644
(file)
--- a/
src/edu/berkeley/qfat/Mesh.java
+++ b/
src/edu/berkeley/qfat/Mesh.java
@@
-190,7
+190,7
@@
public class Mesh implements Iterable<Mesh.T> {
for(Vertex p = this; p != null; p = (p.bound_to==this)?null:p.bound_to)
good &= p.transform(m.times(p.p), ignoreProblems);
for(Vertex p = this; p != null; p = (p.bound_to==this)?null:p.bound_to)
- if (good) { /*p.reComputeErrorAround();*/ }
+ if (good) { p.reComputeError/*Around*/(); }
else p.transform(p.oldp, true);
return good;
}