summaryrefslogtreecommitdiff
path: root/lib/include/current_info.hpp
blob: a84fb5be27aeeb8f7837814f4923ffc68e6d29b3 (plain)
1
2
3
4
5
6
7
8
9
10

#pragma once

#include <vector>

typedef struct current_info {
  std::array<double, 2> conductivity;
  std::vector<double> currents;
} current_info;