From b537004aa8136455105c145db534e5d8ca461feb Mon Sep 17 00:00:00 2001 From: Mouginot B <mouginot.baptiste@gmail.com> Date: Wed, 7 Mar 2018 09:03:22 -0600 Subject: [PATCH] test --- GTest/IsotopicVector/test_iv.inl | 2 +- GTest/main_test.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GTest/IsotopicVector/test_iv.inl b/GTest/IsotopicVector/test_iv.inl index 753be2166..b6d282439 100644 --- a/GTest/IsotopicVector/test_iv.inl +++ b/GTest/IsotopicVector/test_iv.inl @@ -8,7 +8,7 @@ #include "EQ_OneParameter.hxx" //Load the include for Neural Network Equivalence Model (PWRMOX) TEST ( IV, GetSize ) { - const int n=10; + int n=10; // génération des données IsotopicVector iv = IsotopicVector(); diff --git a/GTest/main_test.cxx b/GTest/main_test.cxx index 6d93f5c77..84d54faa3 100644 --- a/GTest/main_test.cxx +++ b/GTest/main_test.cxx @@ -4,7 +4,7 @@ //#include "Fleet/test_PWR_UOX_MOX.inl" int main(int argc,char * argv[]) { - ::testing::InitGoogleTest(&argc,argv); + testing::InitGoogleTest(&argc,argv); return RUN_ALL_TESTS(); } -- GitLab