Merge branch 'master' into pygromacs
authorAlexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
Fri, 10 Jul 2015 16:38:05 +0000 (19:38 +0300)
committerAlexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
Fri, 10 Jul 2015 16:38:05 +0000 (19:38 +0300)
1  2 
src/gromacs/trajectoryanalysis/cmdlinerunner.cpp

index f3e12f4170fff3fb8118006eb60c4f0c5cf005ab,675082f9b0acd6e57f83705c9902750868bb2d84..3dc042e97cbdc77dd178365afa9555a15eb399ae
@@@ -145,12 -139,11 +145,12 @@@ TrajectoryAnalysisCommandLineRunner::Im
  
      common->initIndexGroups(selections, bUseDefaultGroups_);
  
-     const bool bInteractive = File::standardInput().isInteractive();
+     const bool bInteractive = StandardInputStream::instance().isInteractive();
      seloptManager.parseRequestedFromStdin(bInteractive);
 -    common->doneIndexGroups(selections);
  
 +    common->doneIndexGroups(selections);
      common->initTopology(selections);
 +
      selections->compile();
  }