3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-17 08:30:35 +02:00

Minor clang-tidy fix in app4triqs.hpp

This commit is contained in:
Nils Wentzell 2019-09-13 17:10:35 -04:00
parent d48811bf13
commit 24f5268394

View File

@ -34,7 +34,7 @@ namespace app4triqs {
toto &operator=(toto &&) = default; toto &operator=(toto &&) = default;
/// Simple accessor /// Simple accessor
int get_i() const { return i; } [[nodiscard]] int get_i() const { return i; }
/** /**
* A simple function with :math:`G(\tau)` * A simple function with :math:`G(\tau)`