equal
deleted
inserted
replaced
23 #include "log.h" |
23 #include "log.h" |
24 |
24 |
25 /** |
25 /** |
26 * \file |
26 * \file |
27 * \ingroup highprec |
27 * \ingroup highprec |
28 * Implementation of the ns3::int64x64_t type using a native int128_t type.. |
28 * Implementation of the ns3::int64x64_t type using a native int128_t type. |
29 */ |
29 */ |
30 |
30 |
31 namespace ns3 { |
31 namespace ns3 { |
32 |
32 |
33 // Note: Logging in this file is largely avoided due to the |
33 // Note: Logging in this file is largely avoided due to the |