Skip to content

Print annoying warning message for PrivDriveCaller only once.

Reinhard Resch requested to merge PrivDriveCaller-warning-message into develop

With this branch, warning messages regarding improper calls of PrivDriveCallers::dGet will be turned off after it was printed once. In addition to that, I have added additional information. So it will be easier to figure out where those improper call is coming from.

warning, possible improper call of node drive with real argument; "dVar" is ignored and private data "X[1]" of node(2) is returned instead
warning, possible improper call of node drive with real argument; "dVar" is ignored and private data "XP[1]" of node(2) is returned instead
warning, possible improper call of element drive with real argument; "dVar" is ignored and private data "excitation" of element(99) is returned instead

Merge request reports