From 11270113a0323309d06ef74594d95816ae7dd491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20CAZENAVE?= <clement.cazenave@ensiie.fr> Date: Sun, 12 Jan 2020 19:26:06 +0100 Subject: [PATCH] Update tab.h --- includes/tab.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/tab.h b/includes/tab.h index c8ec3e0..cede5f3 100644 --- a/includes/tab.h +++ b/includes/tab.h @@ -4,6 +4,7 @@ #include <iostream> #include <limits> #include <iomanip> +#include <vector> /** * La classe Meteriaux représente un materiaux. @@ -42,6 +43,7 @@ class Materiaux }; +vector<double> resolution(double lambda, vector<double> T); void settab(Materiaux mat, int u0, double f); void settab2D(Materiaux mat, int u0, double f); -- GitLab