fix: alpha dump not in drawing units
parent
742713bed0
commit
992924a578
|
@ -95,6 +95,9 @@ void ProcessFields::InitProcess()
|
|||
#ifdef OUTPUT_IN_DRAWINGUNITS
|
||||
array[i] = Lines[n][i];
|
||||
#else
|
||||
if ((m_Mesh_Type==CYLINDRICAL_MESH) && (n==1)) //check for alpha-direction
|
||||
array[i] = Lines[n][i];
|
||||
else
|
||||
array[i] = Lines[n][i] * Op->GetGridDelta();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue