From: <rv...@us...> - 2012-02-04 09:26:36
|
Revision: 1054 http://treebase.svn.sourceforge.net/treebase/?rev=1054&view=rev Author: rvos Date: 2012-02-04 09:26:30 +0000 (Sat, 04 Feb 2012) Log Message: ----------- Setting matrix to always compact Modified Paths: -------------- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlMatrixWriter.java Modified: trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlMatrixWriter.java =================================================================== --- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlMatrixWriter.java 2012-02-04 00:23:33 UTC (rev 1053) +++ trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlMatrixWriter.java 2012-02-04 09:26:30 UTC (rev 1054) @@ -43,8 +43,8 @@ public class NexmlMatrixWriter extends NexmlObjectConverter { - private static final int MAX_GRANULAR_NCHAR = 1000; - private static final int MAX_GRANULAR_NTAX = 30; + private static final int MAX_GRANULAR_NCHAR = 0; + private static final int MAX_GRANULAR_NTAX = 0; /** * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |