File tree 2 files changed +6
-6
lines changed
src/PostprocessData/postprocessData
utilities/postprocessPhasicFlow/postSimulationFieldsDataBase 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pFlow::postprocessData::postprocessData::postprocessData
50
50
if ( !dict_.fileExist () || !dict_.headerOk () )
51
51
{
52
52
WARNING<<" You requested postprocessData function while,"
53
- <<" the dictionary system /postprocessDataDict does not exist."
53
+ <<" the dictionary settings /postprocessDataDict does not exist."
54
54
<<" This feature is disabled in the current run." <<END_WARNING;
55
55
return ;
56
56
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name)
22
22
{
23
23
allPointFields_.push_back
24
24
(
25
- makeUnique<pointField_H <real>>
25
+ makeUnique<pointField_D <real>>
26
26
(
27
27
objectFile
28
28
(
@@ -40,7 +40,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name)
40
40
{
41
41
allPointFields_.push_back
42
42
(
43
- makeUnique<pointField_H <realx3>>
43
+ makeUnique<pointField_D <realx3>>
44
44
(
45
45
objectFile
46
46
(
@@ -58,7 +58,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name)
58
58
{
59
59
allPointFields_.push_back
60
60
(
61
- makeUnique<pointField_H <realx4>>
61
+ makeUnique<pointField_D <realx4>>
62
62
(
63
63
objectFile
64
64
(
@@ -76,7 +76,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name)
76
76
{
77
77
allPointFields_.push_back
78
78
(
79
- makeUnique<pointField_H <uint32>>
79
+ makeUnique<pointField_D <uint32>>
80
80
(
81
81
objectFile
82
82
(
@@ -263,4 +263,4 @@ TimeValueType postSimulationFieldsDataBase::skipNextTimeFolder()
263
263
return nextTime;
264
264
}
265
265
266
- } // namespace pFlow::postprocessData
266
+ } // namespace pFlow::postprocessData
You can’t perform that action at this time.
0 commit comments