Loading src/modules/InducedTransfer/InducedTransferModule.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ void InducedTransferModule::run(Event* event) { // Send an error message if this even only contained one of the two carrier types if(!found_electrons || !found_holes) { LOG(ERROR) << "Did not find charge carriers of type \"" << (found_electrons ? "holes" : "electrons") LOG_ONCE(ERROR) << "Did not find charge carriers of type \"" << (found_electrons ? "holes" : "electrons") << "\" in this event." << std::endl << "This will cause wrong calculation of induced charge"; } Loading Loading
src/modules/InducedTransfer/InducedTransferModule.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ void InducedTransferModule::run(Event* event) { // Send an error message if this even only contained one of the two carrier types if(!found_electrons || !found_holes) { LOG(ERROR) << "Did not find charge carriers of type \"" << (found_electrons ? "holes" : "electrons") LOG_ONCE(ERROR) << "Did not find charge carriers of type \"" << (found_electrons ? "holes" : "electrons") << "\" in this event." << std::endl << "This will cause wrong calculation of induced charge"; } Loading