Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrcardoso committed Apr 20, 2020
1 parent c46ae35 commit 795fb7e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions plot.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,13 @@
#ifndef PLOT_QFIT_H
#define PLOT_QFIT_H






#include <FL/fl_draw.H>

#include "structs.h"
#include "ticks.h"

using namespace std;




class DrawErrorPlot : public DrawTicks{
double min;
double max;
Expand All @@ -60,7 +52,5 @@ class DrawErrorPlot : public DrawTicks{
};




#endif

0 comments on commit 795fb7e

Please sign in to comment.