Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer nullptr.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 7 Apr 2021 13:16:39 +0000 (15:16 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 7 Apr 2021 13:44:30 +0000 (15:44 +0200)
src/smpi/internals/smpi_utils.cpp

index 90ef155..78a50c4 100644 (file)
@@ -36,7 +36,7 @@ struct MaxMalloc {
   std::string file;
 };
 MaxMalloc max_malloc;
-F2C* current_handle=0;
+F2C* current_handle = nullptr;
 
 std::vector<s_smpi_factor_t> parse_factor(const std::string& smpi_coef_string)
 {