#!/bin/sh
if test "x${NRNHOME}" = "x" ; then
	NRNHOME="/home/miguel/Programs/NEURON/nrn"
fi
if test "x${NRNBIN}" = "x" ; then
	NRNBIN="/home/miguel/Programs/NEURON/nrn/x86_64/bin/"
fi
if test "" = "yes" ; then
	NRNIV="${NRNBIN}nrniv.app/Contents/MacOS/nrniv"
else
	NRNIV="${NRNBIN}nrniv"
fi
"${NRNIV}" -dll "/home/miguel/Desktop/Workbench/work/phd/JA1_results/stimulation_scenario002_nerve_withaxonmodels/monophasic/current_500nA/noEC/x86_64/.libs/libnrnmech.so" "$@"