suppress loading membrane mechanisms
Posted: Thu Feb 09, 2017 6:38 pm
Right now I am using command line piping to write the output of simulations to a file - is there a way to make it so the only thing neuron prints to stdout are from print or printf commands?
Right now my code returns
loading membrane mechanisms from /home/~~~~~/kcadelay/x86_64/.libs/libnrnmech.so
1
1
10.00192 -59.853269 0.00013877952 0.00036952089
...
And I have to delete the first 3 lines either by script or manually before feeding them into generic plotting software.
Right now my code returns
loading membrane mechanisms from /home/~~~~~/kcadelay/x86_64/.libs/libnrnmech.so
1
1
10.00192 -59.853269 0.00013877952 0.00036952089
...
And I have to delete the first 3 lines either by script or manually before feeding them into generic plotting software.