Squashed 'moose-core/' changes from cddc3bd..1271dcd
1271dcd Merge pull request #278 from upibhalla/master c400af3 Minor extension to rdesigneur to handle display of the passive electrical parameters of compartments: Rm, Ra, Cm. These will be scaled if spine geometry changes. a77c611 Fixes to rdesigneur for NeuroMesh models. Key bugfix to Dsolve for NeuroMesh models. Some code cleanup to eliminate compiler warnings about uninitialized variables. 840021f Added lots of channel prototypes to rdesigneurProtos. Small fixes to rdesigneur for multiscale models. c4f9fa5 Updates to Rdesigneur to handle synaptic input stimulus. Modified RandSpike with a doPeriodic flag, so it can be used for periodic stimuli as well. cb2dd4b Merge branch 'master' of https://github.com/BhallaLab/moose-core fc6ca10 Updates to rdesigneur to handle voltage clamp specification as a stimulus. Added doEvalAtReinit flag to Function so that it can initialize at a precomputed value rather than zero. 0445da5 Merge pull request #276 from upibhalla/master 48d1d4c Updates to rdesigneur to handle soma parameters and ball-and-stick model in cellProto argument 694fe5e Merge branch 'master' of https://github.com/BhallaLab/moose-core 180109a Changed Enz number-rate scaling to use the volume of the enzyme molecule, rather than the volume of the substrate. This usage gives results consistent with Genesis/kkit f9de66e Merge pull request #273 from upibhalla/master c2d1a6f Fixed grotesque bug with Dsolve.cpp which manifested only if pool names were of length 13 and they were diffusing. b9448c0 Merge branch 'master' of https://github.com/BhallaLab/moose-core bcd9ddb Fixes to Enz so that kcat of zero doesn't set up NaNs in Km and K1. Display updates to rdesigneur, rmoogli, moogul. eeea183 Merge pull request #270 from upibhalla/master 5e840d2 Merge branch 'master' into master 9ac8d79 Merge pull request #272 from BhallaLab/dilawar-patch-2 8f276ef Update travis_prepare_osx.sh 2d00294 Update rmoogli.py 5e793c3 Update moogul.py 5108d7e Update rmoogli.py 42a4f3b Merge branch 'master' of https://github.com/BhallaLab/moose-core 8ea8b2e Fixes to moogli when run from outside the rdesigneur directory c411242 minor cleanup on rdesigneur ea99dcc Updated version of moogul, integrated now with rdesigneur d81e796 Merge pull request #264 from hrani/master bf0119b Update test_negative_value_flag.py 6e71d8e Update test_kkit.py fdc7d66 cleaned up print stm 51dfc2c cleaned up print stm b055a5c cleaned up wrt to python3 compilation problem 09da84b indentation corrected 00bc557 indentation corrected b55acd9 Cleaned wrt to diffusion,clean up to remove in ReadKKit removed the setting up of solver, in mooseaddsolver() cleaned up in setting and deleting the solver, added utils.loadmodel function to call loadmodel function with setting for solver 9441bf9 Merge branch 'master' into master 08f0804 Merge pull request #266 from upibhalla/master 0ad961c Update rdesigneur.py 3ec65d7 Update rdesigneur.py b6b58a4 Moved fixXreacs.py from python/rdesigneur directory to python directory 736f7f5 Merge branch 'master' of https://github.com/BhallaLab/moose-core 38a1d03 Bugfix for fixXreacs so that it works properly if there was already some text in the notes. b8fcd11 Merge branch 'master' of http://github.com/hrani/moose-core ad6925f Merge branch 'master' of https://github.com/BhallaLab/moose-core 9d5be9d Merge branch 'master' into master cc13c50 travis failing with libgfortran not found, hopefully this should fix it b246358 rename modelA and modelB to modelS and modelD, cleanup while copying the object at Neutral level ad7236b enzcomplex pool cleaned-up 8fce41c indentation corrected while writting annotation for enzymecomplex git-subtree-dir: moose-core git-subtree-split: 1271dcd74baf95a973debcdef0fc8b348010bb78
Showing
- .travis.yml 4 additions, 0 deletions.travis.yml
- .travis/travis_prepare_osx.sh 1 addition, 1 deletion.travis/travis_prepare_osx.sh
- biophysics/MarkovSolver.cpp 3 additions, 3 deletionsbiophysics/MarkovSolver.cpp
- biophysics/MatrixOps.cpp 7 additions, 5 deletionsbiophysics/MatrixOps.cpp
- biophysics/RandSpike.cpp 41 additions, 10 deletionsbiophysics/RandSpike.cpp
- biophysics/RandSpike.h 4 additions, 0 deletionsbiophysics/RandSpike.h
- builtins/Function.cpp 29 additions, 4 deletionsbuiltins/Function.cpp
- builtins/Function.h 5 additions, 0 deletionsbuiltins/Function.h
- builtins/HDF5WriterBase.cpp 2 additions, 1 deletionbuiltins/HDF5WriterBase.cpp
- diffusion/Dsolve.cpp 11 additions, 6 deletionsdiffusion/Dsolve.cpp
- diffusion/Dsolve.h 3 additions, 2 deletionsdiffusion/Dsolve.h
- kinetics/Enz.cpp 11 additions, 7 deletionskinetics/Enz.cpp
- kinetics/MMenz.cpp 2 additions, 0 deletionskinetics/MMenz.cpp
- kinetics/ReadKkit.cpp 20 additions, 5 deletionskinetics/ReadKkit.cpp
- kinetics/WriteKkit.cpp 4 additions, 2 deletionskinetics/WriteKkit.cpp
- ksolve/ZombieEnz.cpp 6 additions, 1 deletionksolve/ZombieEnz.cpp
- ksolve/ZombieMMenz.cpp 4 additions, 0 deletionsksolve/ZombieMMenz.cpp
- python/fixXreacs.py 1 addition, 1 deletionpython/fixXreacs.py
- python/moose/SBML/readSBML.py 19 additions, 14 deletionspython/moose/SBML/readSBML.py
- python/moose/SBML/writeSBML.py 32 additions, 22 deletionspython/moose/SBML/writeSBML.py
Please register or sign in to comment