Loading src/physics/Mobility.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ namespace allpix { throw ModelUnsuitable("No doping profile available"); } if(material != SensorMaterial::GALLIUM_NITRIDE) { throw ModelUnsuitable("Sensor material " + allpix::to_string(material) + " not valid for this model."); LOG(WARNING) << "Sensor material " << allpix::to_string(material) << " not valid for this model."; } } Loading Loading
src/physics/Mobility.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ namespace allpix { throw ModelUnsuitable("No doping profile available"); } if(material != SensorMaterial::GALLIUM_NITRIDE) { throw ModelUnsuitable("Sensor material " + allpix::to_string(material) + " not valid for this model."); LOG(WARNING) << "Sensor material " << allpix::to_string(material) << " not valid for this model."; } } Loading