hanging musrt0's should be eliminated now (MUSR-153)

This commit is contained in:
nemu
2010-10-29 05:29:49 +00:00
parent 622f656849
commit a6466e2dac
4 changed files with 18 additions and 2 deletions

View File

@ -111,7 +111,7 @@ Bool_t musrt0_item(TApplication &app, PMsrHandler *msrHandler, PMusrT0Data &data
app.Run(true); // true needed that Run will return after quit
Bool_t result = true;
if (musrT0->GetStatus() == 1)
if (musrT0->GetStatus() >= 1)
result = false;
else
result = true;