Ignore:
Timestamp:
04/03/14 17:07:28 (10 years ago)
Author:
mmichalski
Message:

New NeuronDrawer? without U-shape in connections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • js/viewer-f0/js/SmartLayout.js

    r193 r208  
    7979    if (first) // at this stage we have a single block containing all neurons
    8080    {
    81         console.log(" - - setting coordinates - -\n");
     81        //console.log(" - - setting coordinates - -\n");
    8282        var i;
    8383        first.createMap();
     
    8585        {
    8686            el = first.elements[i];
    87             console.log(el, einfos[el].x * 70, -1 * einfos[el].y * 70);
     87            //console.log(el, einfos[el].x * 70, -1 * einfos[el].y * 70);
    8888        }
    8989        delete first;
Note: See TracChangeset for help on using the changeset viewer.