Exemplo n.º 1
0
 public static HecDss open(String file) throws Exception {
   HecDSSUtilities.setMessageLevel(0);
   return HecDss.open(file);
 }