isNBase method
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2513 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
5ce11c3dad
commit
592749a7c1
|
|
@ -147,6 +147,11 @@ public class BaseUtils {
|
|||
return isRegularBase((char)base);
|
||||
}
|
||||
|
||||
static public boolean isNBase(byte base) {
|
||||
return base == 'N';
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Converts a base index to a simple base
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue