156
edits
No edit summary |
|||
Line 5: | Line 5: | ||
I have divided the first part into three subparts: | I have divided the first part into three subparts: | ||
# fortran ones that can be re-implemented easily in m-files (a good example of such a program is 'henon') | # fortran ones that can be re-implemented easily in m-files (a good example of such a program is 'henon') | ||
# the fortran ones that need to be linked to oct files | # the fortran ones that need to be linked to oct files (an example of such a program is 'project') | ||
# c programs which also need to be linked to oct files. | # c programs which also need to be linked to oct files. | ||
As linking fortran code to oct code is most diffucult of those three tasks I assume in my estimates that it will take me around 3 hours for each program, there are 28 in this category. Thus I assume it will take me about 2-3 to complete this task. | As linking fortran code to oct code is most diffucult of those three tasks I assume in my estimates that it will take me around 3 hours for each program, there are 28 in this category. Thus I assume it will take me about 2-3 to complete this task. |
edits