We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b0455 commit d7b5fddCopy full SHA for d7b5fdd
vcell-core/src/main/java/cbit/vcell/xml/XmlHelper.java
@@ -83,7 +83,7 @@ this class throw an XmlParseException:
83
*/
84
public class XmlHelper {
85
86
- public static boolean cloneUsingXML = true;
+ public static boolean cloneUsingXML = false;
87
private final static Logger logger = LogManager.getLogger(XmlHelper.class);
88
89
//represent the containers XML element for the simulation/image data to be imported/exported.
0 commit comments