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

#pragma once

#include <vector>

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