View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +7 lines)
 Lines 41-47    Link Here 
  
  
 public:
 public:
  App(int *argv, char ***argv);
  App(int *argc, char ***argv);
  virtual ~App(void);
  virtual ~App(void);
 Lines 42-47    Link Here 
#define ZRO        ((value_t) 0.0)
#define ZRO        ((value_t) 0.0)
#define ABSVAL(x)  (((x) > 0)? (x) : (-(x)))
#define ABSVAL(x)  (((x) > 0)? (x) : (-(x)))
#include <cstring>
Graph::Graph(MainWindow *mainWindow_in):
Graph::Graph(MainWindow *mainWindow_in):
 Lines 40-45    Link Here 
#include "quickplot_icon.xpm"
#include "quickplot_icon.xpm"
#include <cstring>
// from file: help_html.cpp which was generated from help.html.in
// from file: help_html.cpp which was generated from help.html.in
extern const char *help_html;
extern const char *help_html;
 Lines 31-36    Link Here 
#include "Graph.h"
#include "Graph.h"
#include "Globel.h"
#include "Globel.h"
#include <cstring>
// SPACE is the fraction of blank space on graphing area for the first
// SPACE is the fraction of blank space on graphing area for the first
// auto zoom level.  The blank space is split evenly between the top
// auto zoom level.  The blank space is split evenly between the top