cantera/samples
Ray Speth bc609ce2da [SCons] Fix Makefiles generated for C++ examples
- Use CXXFLAGS to pass flags to C++ compiler (not CCFLAGS)
- Set CXXFLAGS based on flags that Cantera was compiled with (which will include
  things like -pthread and -std=c++0x as necessary
- Remove incorrect / unused target for the target binary
- Add the generated binary to things remove by 'make clean'
2016-07-22 13:09:54 -04:00
..
cxx [SCons] Fix Makefiles generated for C++ examples 2016-07-22 13:09:54 -04:00
f77 [SCons] Link Fortran sample programs to the correct standard library 2016-07-20 18:43:41 -04:00
f90 [SCons] Link Fortran sample programs to the correct standard library 2016-07-20 18:43:41 -04:00
matlab [Matlab] Make ReactorSurface available in Matlab 2016-06-28 14:37:59 -04: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".