Unverified Commit 2f84fa2d authored by William F Godoy's avatar William F Godoy Committed by GitHub
Browse files

Update source/adios2/helper/adiosSystem.h

parent 4fed53d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ bool IsZeroIndexed(const std::string hostLanguage) noexcept;
 */
 #ifndef _WIN32
std::vector<std::string> AvailableIpAddresses() noexcept;

#endif
/**
 * Function to be called inside a catch(...) block to convert C++ exceptions to
 * error integers. Used by C, Fortran bindings.