Skip to content

Commit d7b5fdd

Browse files
committed
set XmlHelper.cloneUsingXml to False (except libvcell)
1 parent 78b0455 commit d7b5fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcell-core/src/main/java/cbit/vcell/xml/XmlHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ this class throw an XmlParseException:
8383
*/
8484
public class XmlHelper {
8585

86-
public static boolean cloneUsingXML = true;
86+
public static boolean cloneUsingXML = false;
8787
private final static Logger logger = LogManager.getLogger(XmlHelper.class);
8888

8989
//represent the containers XML element for the simulation/image data to be imported/exported.

0 commit comments

Comments
 (0)