cantera/samples
Ray Speth 4e363c1073 Reduce confusion related to Fortran 90 sample Makefile
For some compilers (gfortran), there is no space in the argument for specifying
a module directory, e.g. '-Jdir', while for others (ifort), there is,
e.g. '-module dir'. This substitutes the correct prefix directly into the
compiler command line to avoid the confusion associated with having a variable
defined with a meaningful trailing space.
2014-04-14 18:37:54 +00:00
..
cxx Remove abandoned autotools build system 2014-03-04 17:38:53 +00:00
f77 [Fortran] Fix compiler used for building Fortran sample programs 2014-01-23 04:20:48 +00:00
f90 Reduce confusion related to Fortran 90 sample Makefile 2014-04-14 18:37:54 +00:00
matlab Clean up end-of-file whitespace 2014-01-30 00:47:24 +00:00
README.txt Add a note indicating the location of the Cython examples 2013-08-22 21:46:09 +00:00

Samples for the Cython-based Python module can be found in the 
directory "interfaces/cython/cantera/examples".