Ready code for defence
This commit is contained in:
25
include/Header.hpp
Normal file
25
include/Header.hpp
Normal file
@@ -0,0 +1,25 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <cmath>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
|
||||
#define M_PI 3.14159265358979323846
|
||||
|
||||
enum Variables {
|
||||
dU_C1 = 0,
|
||||
dU_Cb,
|
||||
dI_L,
|
||||
U_C1,
|
||||
U_Cb,
|
||||
I_L,
|
||||
phi_1,
|
||||
phi_2,
|
||||
phi_3,
|
||||
phi_4,
|
||||
phi_5,
|
||||
I_E1,
|
||||
I_E2
|
||||
};
|
||||
|
||||
constexpr char RESULT[] = "result.dat";
|
||||
Reference in New Issue
Block a user