From 01ada0cdb6e0f52efa35b563b884bc98698ff65b Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Wed, 6 Feb 2013 16:47:18 +0100 Subject: [PATCH] do not store averaged kappa for RAW-SAR dump Signed-off-by: Thorsten Liebig --- openems.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openems.cpp b/openems.cpp index b9f039f..1971c16 100644 --- a/openems.cpp +++ b/openems.cpp @@ -513,7 +513,7 @@ bool openEMS::SetupMaterialStorages() continue; //check for current density dump types if ( ((db->GetDumpType()==2) || (db->GetDumpType()==12) || // current density storage - (db->GetDumpType()==20) || (db->GetDumpType()==21) || (db->GetDumpType()==22) || (db->GetDumpType()==29)) && // SAR dump types + (db->GetDumpType()==20) || (db->GetDumpType()==21) || (db->GetDumpType()==22)) && // SAR dump types Enable_Dumps ) FDTD_Op->SetMaterialStoreFlags(1,true); //tell operator to store kappa material data }