Ignore:
Timestamp:
Jun 7, 2008, 1:20:30 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
42bdb2, a89a22
Parents:
a1c448
Message:

these are all smaller fixes due to extensively enabled compiler warnings

e.g. local variable shadows global (mol::nr by local nr)
and others

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/datacreator.cpp

    ra1c448 r75793b2  
    319319  output << "set mxtics "<< mxtics << endl;
    320320  output << "set xtics "<< xtics << endl;
    321   if (logscale != "")
     321  if (logscale != NULL)
    322322    output << "set logscale " << logscale << endl;
    323   if (extraline != "")
     323  if (extraline != NULL)
    324324    output << extraline << endl;
    325325  output << "set xlabel '" << xlabel << "'" << endl;
Note: See TracChangeset for help on using the changeset viewer.