add new errcode 263 "node is not a tank"

This commit is contained in:
mariosmsk
2021-06-26 17:11:33 +03:00
parent 6728a59e63
commit 79b2c4c8ee
2 changed files with 18 additions and 17 deletions

View File

@@ -61,6 +61,7 @@ DAT(259,"attempt to delete a node that still has links connected to it")
DAT(260,"attempt to delete node assigned as a Trace Node")
DAT(261,"attempt to delete a node or link contained in a control")
DAT(262,"attempt to modify network structure while solver is active")
DAT(263,"node is not a tank")
// File errors
DAT(301,"identical file names")