tried moving inline functions, doesn't make a difference

This commit is contained in:
Joachim 2018-08-28 19:50:49 +02:00
parent e679acbcec
commit f7a2e30832

View File

@ -37,6 +37,7 @@ class EdgeModel {
return EdgeModel.withModel(model.model)
}
/**
* Do a single move and calculate the resulting edge model.
*/
@ -90,7 +91,6 @@ class EdgeModel {
copyOf[s[5]] = model[s[7]]
copyOf[s[7]] = model[s[5]]
}
when (move) {
F -> nonPrime(F_indices)
F_ -> prime(F_indices)