git://source.jalview.org
/
jalview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implement MSA, scoring and counting the connections
[jalview.git]
/
src
/
com
/
stevesoft
/
pat
/
patInf.java
1
//
2
// This software is now distributed according to
3
// the Lesser Gnu Public License. Please see
4
// http://www.gnu.org/copyleft/lesser.txt for
5
// the details.
6
// -- Happy Computing!
7
//
8
package com.stevesoft.pat;
9
10
final class patInf extends patInt
11
{
12
patInf()
13
{
14
inf = true;
15
}
16
};