X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fselection%2Fscanner.cpp;h=3cdfb93e73b11554cb8984336cb319257c61e377;hb=180cf1538ad2b19bd6b4108662adc4a519565fcb;hp=a37f3e8cf77fd65b7dd0ab6913d1c72cd78eeb24;hpb=1d597ac0415f9a847715ef65daa55fe1312bd59f;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/selection/scanner.cpp b/src/gromacs/selection/scanner.cpp index a37f3e8cf7..3cdfb93e73 100644 --- a/src/gromacs/selection/scanner.cpp +++ b/src/gromacs/selection/scanner.cpp @@ -495,7 +495,7 @@ static yyconst flex_int16_t yy_chk[151] = /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2009,2010,2011,2012,2013,2014, by the GROMACS development team, led by + * Copyright (c) 2009,2010,2011,2012,2013,2014,2015, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -932,7 +932,7 @@ case 6: YY_RULE_SETUP #line 137 "scanner.l" { - if (yytext[0] == ';' || state->bInteractive) + if (yytext[0] == ';' || state->statusWriter != NULL) { rtrim(state->pselstr); state->bCmdStart = true;