Ignore:
Timestamp:
02/17/14 12:32:11 (10 years ago)
Author:
sz
Message:

neuron layout algorithm (for schematic drawing), usage example in frams/_demos/neuro_layout_test.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd_math.cpp

    r122 r135  
    1414
    1515
    16 #ifdef _WIN32 //http://stackoverflow.com/questions/2170385/c-math-functions
    17 double round(double val)
     16#if defined __BORLANDC__ || (_MSC_VER <= 1700)
     17double round(double val) //http://stackoverflow.com/questions/2170385/c-math-functions
    1818{   
    1919    return floor(val + 0.5);
Note: See TracChangeset for help on using the changeset viewer.