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.h

    r122 r135  
    1717#endif
    1818
    19 #ifdef _WIN32 //http://stackoverflow.com/questions/2170385/c-math-functions
    20 double round(double val);
     19#if defined __BORLANDC__ || (_MSC_VER <= 1700)
     20double round(double val);  //http://stackoverflow.com/questions/2170385/c-math-functions
    2121#endif
    2222
Note: See TracChangeset for help on using the changeset viewer.