Giter Site home page Giter Site logo

anamorph's People

Contributors

bsumirak avatar codacy-badger avatar stephanmg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

anamorph's Issues

am_cellgen: command not found

After cmake .. and make, I got the reslult:

[100%] Built target am_meshstat```
But, when I try to run ```am_cellgen -i L-glu-8-31-16-b0023-image.CNG.swc```, it says: am_cellgen: command not found.
What's the possible cause of this situation

Potential wrong template usage

In Cellnetwork_impl.hh in lines 4942 and 4994 the following statements seem wrong:

v_it->template getOutEdges(tmp_edges).

It should probably read as:
v_it->getOutEdges(tmp_edges);.

This will prevent from building on OSX Catalina with MacOSX10.15.sdk Commandline tools (Clang 11?).

Potential memory leak

It seems IsecInfo needs a virtual dtor, because there are pure virtual member functions included.
Calling delete on a base class pointer will result in a memory leak.

SLOC 472 in file NLM_CellNetwork.hh.

SWC file without soma points throws

Processing a simple SWC file like the following

1 2 0 0 0 6 -1
2 2 10 0 0 2 1
3 2 20 0 0 2 2
4 2 30 0 0 2 3

fails with

ERROR: Caught string exception at top level. message: "CellNetworkIterator::operator->(): down-casting to value type failed. internal logic error."

Changing the structure identifier of the first line to 1 (soma) makes it work.

The code should also work without a soma attached to the geometry.
At least, however, the error should hint to the cause of the problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.