Atgeirr Flø Rasmussen
|
15b1d7f819
|
Add missing header include.
|
2023-01-04 11:22:18 +01:00 |
|
Bård Skaflestad
|
8241d1b8b4
|
Merge pull request #3307 from akva2/remove_sstream_in_error_macros
Remove sstream in error macros
|
2023-01-03 23:29:01 +01:00 |
|
Arne Morten Kvarving
|
a154d8baf4
|
add compile unit for String.hpp
one less <sstream> in header
|
2023-01-03 19:06:46 +01:00 |
|
Arne Morten Kvarving
|
fee9925747
|
remove unnecessary <filesystem> include
|
2023-01-03 19:06:28 +01:00 |
|
Arne Morten Kvarving
|
d1522761f3
|
add license header
|
2023-01-03 19:06:13 +01:00 |
|
Arne Morten Kvarving
|
d135fada0a
|
remove unnecessary <iostream> includes
|
2023-01-03 16:32:56 +01:00 |
|
Arne Morten Kvarving
|
48b0efefe3
|
remove unnecessary <fstream> include
|
2023-01-03 16:32:56 +01:00 |
|
Arne Morten Kvarving
|
b4ee56efed
|
remove unnecessary <sstream> include
|
2023-01-03 16:32:56 +01:00 |
|
Arne Morten Kvarving
|
c3ba1a35e8
|
include <ostream> where only ostream is needed
|
2023-01-03 16:32:56 +01:00 |
|
Arne Morten Kvarving
|
51bebabfcb
|
CompSegs: use {fmt} instead of streams
|
2023-01-03 16:32:56 +01:00 |
|
Arne Morten Kvarving
|
dbf838ab90
|
ErrorMacros: remove sstream usage
|
2023-01-03 16:32:56 +01:00 |
|
Arne Morten Kvarving
|
155ecf6b02
|
compareECL: use local sstream
|
2023-01-02 15:54:24 +01:00 |
|
Arne Morten Kvarving
|
e0a8915a7b
|
EclRegressionTest: remove usage of sstream
|
2023-01-02 15:54:06 +01:00 |
|
Arne Morten Kvarving
|
5caa5bf858
|
ParameterGroup: remove usage of sstream
|
2023-01-02 15:53:05 +01:00 |
|
Arne Morten Kvarving
|
1c1140b0c6
|
SparseVector: remove use of sstream
|
2023-01-02 15:52:44 +01:00 |
|
Arne Morten Kvarving
|
b3cd20aa69
|
BrineCo2Pvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
cbb3b9da7f
|
DryHumidGasPvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
43901d33f0
|
LiveOilPvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
38f58a2beb
|
WetGasPvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
b24bf9d339
|
WetHumidGasPvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
c398faad49
|
H2ON2LiquidPhaseFluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
d60f1c9f97
|
H2ON2FluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
da4fe49a3a
|
H2OAirMesityleneFluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
5776f97490
|
H2OAirFluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
587ffe4d78
|
BrineCO2FluidSystem: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
55c5bc68d5
|
PengRobinson: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
30b408c95f
|
NcpFlash: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
86d233ba96
|
NcpFlash: remove protected printing method
it is unused and it pulls in iostream.
iostream is still pulled by the dune classes
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
2769ada1a5
|
CompositionFromFugacities: remove sstream usage
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
a885d4de34
|
ImmiscibleFlash: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
4927a9a58e
|
ImmiscibleFlash: remove protected printing method
it is unused and it pulls in iostream.
iostream is still pulled by the dune classes
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
83e7e45f2d
|
TabulatedComponent: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
f1ecc0c7cf
|
SimpleHuDuanH2O: avoid use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
f94bdfda44
|
H2O: avoid use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
c5dd0be166
|
CO2: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
a03a03af36
|
Tabulated1DFunction: move stream output to compile unit
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
cf41f01625
|
Tabulated1DFunction: avoid using sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
a631ef7ce9
|
UniformXTabulated2DFunction: move stream output to compile unit
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
8aace8e1d5
|
UniformXTabulated2DFunction: avoid using sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
7d386d9082
|
TridiagonalMatrix: move stream output to compile unit
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
c7d1fb33e7
|
Spline: move stream output to compile unit
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
a82ad9e86a
|
IntervalTabulated2DFunction: avoid using sstream
|
2023-01-02 15:50:41 +01:00 |
|
Atgeirr Flø Rasmussen
|
4ee3f9ed3e
|
Merge pull request #3306 from atgeirr/add-missing-include
Add missing <string> include.
|
2023-01-02 13:11:39 +01:00 |
|
Atgeirr Flø Rasmussen
|
bb48205767
|
Add missing <string> include.
|
2023-01-02 12:12:26 +01:00 |
|
Bård Skaflestad
|
c1bcace20d
|
Merge pull request #3305 from akva2/evaluation_cleanup
Cleanup in evaluations
|
2022-12-23 15:05:11 +01:00 |
|
Arne Morten Kvarving
|
76892ccd73
|
EvaluationXXX.hpp: do not include Evaluation.hpp
creates weird circular includes. users should always include
Evaluation.hpp
|
2022-12-23 13:30:34 +01:00 |
|
Arne Morten Kvarving
|
59d46bbf7e
|
Evaluation: do not include Math.hpp
|
2022-12-23 13:15:53 +01:00 |
|
Arne Morten Kvarving
|
b487819384
|
Evaluation: remove unnecessary includes
|
2022-12-23 13:09:40 +01:00 |
|
Arne Morten Kvarving
|
e9ba866305
|
Evaluation: do not include valgrind if NDEBUG
|
2022-12-23 13:02:36 +01:00 |
|
Arne Morten Kvarving
|
9d92514157
|
Evaluation: move stream operator support to compile unit
|
2022-12-23 12:58:47 +01:00 |
|