Author: apico
Date: 2009-04-02 20:35:00 -0700 (Thu, 02 Apr 2009)
New Revision: 16452
Modified:
csplugins/trunk/ucsf/apico/CellularLayout/src/org/genmapp/golayout/CellTemplate.java
Log:
tweak
Modified:
csplugins/trunk/ucsf/apico/CellularLayout/src/org/genmapp/golayout/CellTemplate.java
===================================================================
---
csplugins/trunk/ucsf/apico/CellularLayout/src/org/genmapp/golayout/CellTemplate.java
2009-04-03 03:28:04 UTC (rev 16451)
+++
csplugins/trunk/ucsf/apico/CellularLayout/src/org/genmapp/golayout/CellTemplate.java
2009-04-03 03:35:00 UTC (rev 16452)
@@ -243,6 +243,9 @@
|| ((freeB - freeT) <
(distanceBetweenNodes * 2))) {
continue; // skip using inner of too thin or
short
}
+
+ //commented out to ignore finding unoverlapped area
+ //using layout and oil&water instead.
// r.setFreeCenterX((freeL + freeR) / 2);
// r.setFreeCenterY((freeT + freeB) / 2);
// r.setFreeWidth(freeR - freeL);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---