переименование опции. v++

This commit is contained in:
2024-07-31 22:34:04 +03:00
parent 5057db453f
commit 80e3537fb0
4 changed files with 5 additions and 6 deletions

View File

@@ -142,7 +142,7 @@ public enum SettingName {
case DEBUG_PRINT_ON:
return "Включить отладочную печать";
case MPI_PROGRAM:
return "MPI программа";
return "Общая память";
case IGNORE_IO_SAPFOR:
return "Игнорировать ввод/вывод";
case KEEP_SPF_DIRECTIVES_AMONG_TRANSFORMATIONS:

View File

@@ -62,7 +62,7 @@ public class Visualiser extends Component {
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
@Override
public void GetVersionInfo() {
version = 1112;
version = 1113;
String pattern = "MMM dd yyyy HH:mm:ss";
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
date_text = df.format(getClassBuildTime());

View File

@@ -41,6 +41,7 @@ public class SapforTransformation extends SapforPass {
db_project_info.ResetNewVersions();
target.createEmptyVersion(getVersionLetter(), getVersionDescription());
//уже добавлена. отображена и выбрана!
UI.Info("+");
}
@Override
@@ -53,6 +54,7 @@ public class SapforTransformation extends SapforPass {
target.last_version.Home.getAbsolutePath(),
Options
);
UI.Info("++");
}
@Override
protected void performDone() throws Exception {