DMS are now locked when used by a command. Added checks and changed
cleaning mechanisms.
This commit is contained in:
@ -431,7 +431,7 @@ int obi_lcs_align_one_column(const char* dms_name,
|
||||
k = 0;
|
||||
|
||||
// Open DMS
|
||||
dms = obi_open_dms(dms_name);
|
||||
dms = obi_open_dms(dms_name, false);
|
||||
if (dms == NULL)
|
||||
{
|
||||
obidebug(1, "\nError opening the DMS");
|
||||
@ -728,7 +728,7 @@ int obi_lcs_align_two_columns(const char* dms_name,
|
||||
k = 0;
|
||||
|
||||
// Open DMS
|
||||
dms = obi_open_dms(dms_name);
|
||||
dms = obi_open_dms(dms_name, false);
|
||||
if (dms == NULL)
|
||||
{
|
||||
obidebug(1, "\nError opening the DMS to align");
|
||||
|
Reference in New Issue
Block a user