BrainDynamicsUSYD / nftsim

C++ library for simulation of multiscale neural field dynamics
Apache License 2.0
29 stars 24 forks source link

Renames NeuroField to NFTsim #146

Closed stuart-knock closed 6 years ago

stuart-knock commented 6 years ago

141

Completes the internal renaming of NeuroField to NFTsim.

With one exception, there should be no remaining use of any form of neurofield in the repository.

The only remaining use of NeuroField is a reference to a wiki page in the top level README. The wiki should be renamed before we make this change.

pausz commented 6 years ago

@stuart-knock I didn't find the reference to NeuroField on the top-level README. Which line?

stuart-knock commented 6 years ago

@pausz The wiki reference, line 68: https://github.com/BrainDynamicsUSYD/nftsim/wiki/How-to-contribute-code-to-NeuroField

pausz commented 6 years ago

@stuart-knock Thank you -- I completely missed that, I only did a case sensitive search for neurofield (searching for references to the old repo name).

pausz commented 6 years ago

I added documentation in the +nf functions; fixed some minor errors and updated TODOs. See #147 for future +nf tasks.