no message
This commit is contained in:
@@ -161,6 +161,9 @@ public class ProjectArray extends DBObject {
|
||||
//короткое имя+ функция/модуль/комон+ размерность
|
||||
UniqKey = shortName + locName + dimSize;
|
||||
address = BigInteger.ONE;
|
||||
for (ArrayDecl arrayDecl: declPlaces){
|
||||
arrayDecl.file = Utils_.toW(arrayDecl.file);
|
||||
}
|
||||
}
|
||||
public static String fill_binary(int d, String binary) {
|
||||
int delta = Math.abs(binary.length() - d);
|
||||
|
||||
Reference in New Issue
Block a user