Esse commit está contido em:
Jordan DeLong
2013-07-05 12:46:17 -07:00
commit de Sara Golemon
commit 59b2a173d2
+1 -1
Ver Arquivo
@@ -203,7 +203,7 @@ inline void cellCopy(const Cell& fr, Cell& to) {
tvCopy(fr, to);
}
inline void varCopy(const Var& fr, Var& to) {
assert(cellIsPlausible(&fr));
assert(varIsPlausible(&fr));
tvCopy(fr, to);
}