Adds well name to config file. Option to startup with external DB

This commit is contained in:
Patrick McDonagh
2017-02-15 16:26:44 -06:00
parent aa8acff90d
commit 0b5cdf1f8e
8 changed files with 45 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ public class IOControl implements Runnable {
private void exitPOC(){
allOutputsOff();
System.exit(99);
System.exit(0);
}
public void allOutputsOff(){