Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[octave] 'extname' undefined in OdefySimulation #1

Open
carissableker opened this issue Apr 8, 2021 · 0 comments
Open

[octave] 'extname' undefined in OdefySimulation #1

carissableker opened this issue Apr 8, 2021 · 0 comments

Comments

@carissableker
Copy link

carissableker commented Apr 8, 2021

When attempting to run a simulation in Octave, the error is thrown:

error: 'extname' undefined near line 80 column 105
error: called from
    OdefySimulation at line 80 column 13

The issue is on the following line (extname is not defined, no other reference is made to it):

cmd = sprintf('yp = lsode(@(t,y)%s(y,t,simparams,@%s), simstruct.initial'', realtime);',tmpname,extname);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant