Loading etc/scripts/make_module.sh +3 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,9 @@ if [ ! -z "${MESSAGETYPE}" ]; then else command="sed ${opt} \ -e '/PixelHit/d' \ -e '/\/\/ Messages:/d' \ -e '/for(auto\& message/,+4d' \ -e '/particular message/,+2d' \ $MODDIR/$MODNAME/${MODNAME}Module.*pp" fi eval $command Loading Loading
etc/scripts/make_module.sh +3 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,9 @@ if [ ! -z "${MESSAGETYPE}" ]; then else command="sed ${opt} \ -e '/PixelHit/d' \ -e '/\/\/ Messages:/d' \ -e '/for(auto\& message/,+4d' \ -e '/particular message/,+2d' \ $MODDIR/$MODNAME/${MODNAME}Module.*pp" fi eval $command Loading