fix: SAR processing: don't dump data if disabled
This commit is contained in:
parent
a81e58dbcd
commit
a3ef97eb3e
@ -144,6 +144,7 @@ int ProcessFieldsSAR::Process()
|
|||||||
|
|
||||||
void ProcessFieldsSAR::DumpFDData()
|
void ProcessFieldsSAR::DumpFDData()
|
||||||
{
|
{
|
||||||
|
if (Enabled==false) return;
|
||||||
unsigned int pos[3];
|
unsigned int pos[3];
|
||||||
unsigned int orig_pos[3];
|
unsigned int orig_pos[3];
|
||||||
FDTD_FLOAT*** SAR = Create3DArray<float>(numLines);
|
FDTD_FLOAT*** SAR = Create3DArray<float>(numLines);
|
||||||
|
Loading…
Reference in New Issue
Block a user