File: codeword.diff

package info (click to toggle)
gap-guava 3.12%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,772 kB
  • ctags: 1,789
  • sloc: ansic: 20,861; xml: 10,229; makefile: 265; sh: 153
file content (8 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
7
8
770,774c770
< 	if IsFFE(l[1]) then
<           return VectorCodeword(Codeword(l));
< 	else
< 	  return List(l, i->VectorCodeword(Codeword(i)));
< 	fi;
---
> 	return List(l, i->VectorCodeword(Codeword(i)));