Description: fix FTBFS of melodic on 17.04
Author: Yaroslav Halchenko <debian@onerussian.com>
Last-Update: Thu, 15 Jun 2017 21:20:23 -0400

--- a/src/melodic/meldata.cc
+++ b/src/melodic/meldata.cc
@@ -994,7 +994,7 @@ namespace Melodic{
       Resels = 1.0;
       
       in.open(logger.appendDir("smoothest").c_str(), ios::in);
-      if(in>0){
+      if(in){
 				for(int ctr=1; ctr<7; ctr++)
 					in >> str;
 				in.close();
