Modifica per utilizzare come file comune anche LFINDSP
git-svn-id: svn://10.65.10.50/trunk@3484 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b095b4495f
commit
ec99a08539
@ -189,6 +189,7 @@ void TPrefix::reopen() const
|
||||
TBit_array excl, comfiles;
|
||||
comfiles.set(LF_PCON);
|
||||
comfiles.set(LF_CLIFO);
|
||||
comfiles.set(LF_INDSP);
|
||||
comfiles.set(LF_CAUSALI);
|
||||
comfiles.set(LF_RCAUSALI);
|
||||
int max = closeall(FALSE, excl, comfiles);
|
||||
@ -230,6 +231,7 @@ void TPrefix::set(
|
||||
int max = 0;
|
||||
comfiles.set(LF_PCON);
|
||||
comfiles.set(LF_CLIFO);
|
||||
comfiles.set(LF_INDSP);
|
||||
comfiles.set(LF_CAUSALI);
|
||||
comfiles.set(LF_RCAUSALI);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user