pre-release 1.02

This commit is contained in:
2025-06-19 13:29:33 +03:00
parent 966ddc3bac
commit 1aa3c5b955
16 changed files with 1623 additions and 654 deletions

View File

@@ -39,7 +39,7 @@ classdef asynchManage < handle
methods (Access = private)
function saveCallback(obj)
try
mcuMask.saveAndClose(obj.maskBlockPath);
mcuMask.close(obj.maskBlockPath);
save_system(obj.modelName);
catch ME
warning('progr:Nneg', 'Ошибка при сохранении модели: %s', ME.message);
@@ -79,7 +79,7 @@ classdef asynchManage < handle
function GUIconfigCallback(obj)
try
mcuMask.saveAndClose(obj.maskBlockPath);
mcuMask.close(obj.maskBlockPath);
mexing(0);
catch ME
warning('progr:Nneg', 'Ошибка при обновлении модели: %s', ME.message);