From 386856afbb6ca347221c13cd606e25b204317929 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 14 Nov 2018 14:25:21 -0500 Subject: a lot of cleaning and simplification --- lib/include/current_info.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/include/current_info.hpp (limited to 'lib/include/current_info.hpp') diff --git a/lib/include/current_info.hpp b/lib/include/current_info.hpp new file mode 100644 index 0000000..90dd3c7 --- /dev/null +++ b/lib/include/current_info.hpp @@ -0,0 +1,10 @@ + +#pragma once + +#include + +typedef struct current_info { + double conductivity; + std::vector currents; +} current_info; + -- cgit v1.2.3-70-g09d2