- Sep 11, 2019
-
-
Dmitri Naumov authored
If only file name is specified it causes a warning about the name not to be specific enough if there is another file with the same name, e.g.: the name `IdealGasLaw.h' supplied as the second argument in the \file statement matches the following input files: ogs/MaterialLib/Fluid/Density/IdealGasLaw.h ogs/MaterialLib/MPL/Properties/IdealGasLaw.h Please use a more specific name by including a (larger) part of the path! From now on only \file w/o a name or a full path will be allowed. find -type f | xargs sed -i 's%\(\\file\).*%\1%'
-
- Jul 16, 2019
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- May 02, 2017
-
-
Dmitri Naumov authored
Especially on iterator types and 'new' allocations.
-
- Jan 09, 2017
-
-
- Oct 11, 2016
-
-
Dmitri Naumov authored
Two cleanups: reserve and fill is equal to resize, Wrote out ternary condition operator into if-else.
-
- Jun 28, 2016
-
-
Tom Fischer authored
-
- Jun 10, 2016
-
-
Norihiro Watanabe authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Feb 11, 2016
-
-
Karsten Rink authored
-
Karsten Rink authored
-