MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / std

Method std

app/src/main/java/cs/threephase/Edge3.java:304–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 }
303
304 void std() {
305 if (temp == null) {
306 temp = new int[12];
307 }
308 for (int i=0; i<12; i++) {
309 temp[edgeo[i]] = i;
310 }
311
312 for (int i=0; i<12; i++) {
313 edge[i] = temp[edge[i]];
314 edgeo[i] = i;
315 }
316 isStd = true;
317 }
318
319 int get(int end) {
320 if (!isStd) {

Callers 2

initMvrotMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected