File tree Expand file tree Collapse file tree
src/main/java/eu/mihosoft/vrl/v3d/parametrics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,10 +55,6 @@ public static File getDbFile() {
5555 return getInstance ().getDbFile ();
5656 }
5757
58- public static void setDbFile (File dbFile ) {
59- getInstance ().setDbFile (dbFile );
60- }
61-
6258 public static void reLoadDbFile () {
6359 getInstance ().reLoadDbFile ();
6460 }
@@ -68,6 +64,7 @@ public static CSGDatabaseInstance getInstance() {
6864 }
6965
7066 public static void setInstance (CSGDatabaseInstance instance ) {
67+ System .out .println ("\n \n CSG Instance Set here to " +instance .getDbFile ().getAbsolutePath ()+"\n \n " );
7168 CSGDatabase .instance = instance ;
7269 }
7370}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ public class Parameter {
99 private final ArrayList <String > options =new ArrayList <String >();
1010 private Long value =null ;
1111 private String strValue =null ;
12+
1213 public Parameter (){}
1314
1415 protected void setup (String key ,Long defaultValue ,ArrayList <String > options ){
You can’t perform that action at this time.
0 commit comments