| # | Line 215 | Line 215 | RcontribSimulManager::AddModifier(const char *modn, co | |
|---|---|---|
| 215 | error(WARNING, "ignoring bad call to AddModifier()"); | |
| 216 | return false; | |
| 217 | } | |
| 218 | + | if (*outspec == '!') { |
| 219 | + | error(USER, "command output not supported by RcontribSimulManager"); |
| 220 | + | return false; |
| 221 | + | } |
| 222 | if (!nChan) { // initial call? | |
| 223 | if ((xres < 0) | (yres <= 0)) { | |
| 224 | error(USER, "xres, yres must be set before first modifier"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |