Fortran: Difference between revisions

Jump to navigation Jump to search
66 bytes removed ,  22 March 2014
fix name of fortran file
No edit summary
(fix name of fortran file)
(One intermediate revision by one other user not shown)
Line 78: Line 78:
=== Fortran Code ===
=== Fortran Code ===


{{Code|octave_file_io.cc: C++ function to load a matrix from an ASCII file in Octave native format|<syntaxhighlight lang="fortran" style="font-size:13px">
{{Code|octave_file_io_example.f90|<syntaxhighlight lang="fortran" style="font-size:13px">
program octave_file_io_example
program octave_file_io_example
    
    
Line 124: Line 124:
   mkoctfile -I. --mkoctfile --link-stand-alone octave_file_io_example.f90 octave_file_io.o -o octave_file_io_example
   mkoctfile -I. --mkoctfile --link-stand-alone octave_file_io_example.f90 octave_file_io.o -o octave_file_io_example


[[Category:Tutorials]]
[[Category:Examples]]

Navigation menu