#!/bin/sh if test "x${NRNHOME}" = "x" ; then NRNHOME="/usr/local/nrn" fi if test "x${NRNBIN}" = "x" ; then NRNBIN="/usr/local/nrn/x86_64/bin/" fi if test "" = "yes" ; then NRNIV="${NRNBIN}nrniv.app/Contents/MacOS/nrniv" else NRNIV="${NRNBIN}nrniv" fi "${NRNIV}" -dll "/home/jg/ModelosNeuron/ProgramsNeuronCA1_JG/CleanVersion_CA1_JG_15Mar09/mechanism/x86_64/.libs/libnrnmech.so" "$@"