Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelemaz committed Jan 2, 2023
1 parent 817bf4a commit d1ef732
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions easydiag.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "easydiag.h"
#include <cmath>

Beam::Beam(double l) {
length = l;
Expand Down
1 change: 0 additions & 1 deletion easydiag.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <vector>
#include <limits>
#include <algorithm>
#include <gnuplot-iostream.h>

/**
* @brief
Expand Down
1 change: 1 addition & 0 deletions pointloaddialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <limits>
#include <QButtonGroup>
#include <cmath>

PointLoadDialog::PointLoadDialog(double &beamL, QWidget *parent) :
QDialog(parent),
Expand Down

0 comments on commit d1ef732

Please sign in to comment.