octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multiple DLD function in a single .cc file


From: Marco Vassallo
Subject: Multiple DLD function in a single .cc file
Date: Thu, 27 Jun 2013 15:03:13 +0200

Hi everyone,

I would like to put more then one DLD function in a single .cc file,
and later being able to call them from Octave.
At the moment I'm using soft link with the command

ln -s target_file.oct my_function_1.oct
ln -s target_file.oct my_function_2.oct

but I was wondering if there is a better (and possibly automated way)
for doing it.

Thanks

Marco

reply via email to

[Prev in Thread] Current Thread [Next in Thread]