156
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= TISEAN Package Porting Project = | = TISEAN Package Porting Project = | ||
== General division and time estimation == | |||
Porting of the TISEAN package has a couple parts. First part is making the FORTRAN and c programs accessible to Octave. Second part would be creating makefiles and putting all that code in a neat package. | Porting of the TISEAN package has a couple parts. First part is making the FORTRAN and c programs accessible to Octave. Second part would be creating makefiles and putting all that code in a neat package. | ||
I have divided the first part into three sub-parts: | I have divided the first part into three sub-parts: | ||
Line 17: | Line 17: | ||
There are 9 weeks designated for GSoC so I hope the extra room will allow me easily finish on time. | There are 9 weeks designated for GSoC so I hope the extra room will allow me easily finish on time. | ||
== Explanation of what I want to do with each file == | |||
Each FORTRAN file that need to be linked to an Oct file needs work done on it. I plan to take the following steps with each FORTRAN program: | Each FORTRAN file that need to be linked to an Oct file needs work done on it. I plan to take the following steps with each FORTRAN program: | ||
# Change the FORTRAN program into a subroutine. The arguments of this subroutine will be the parameters that this program would have normally read from the user during execution. | # Change the FORTRAN program into a subroutine. The arguments of this subroutine will be the parameters that this program would have normally read from the user during execution. |
edits