mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
These changes make it unnecessary to copy header files around during the build process, which tends to confuse IDEs and debuggers. The headers which comprise Cantera's external C++ interface are now in the 'include' directory. All of the samples and demos are now in the 'samples' subdirectory.
13 lines
194 B
Matlab
13 lines
194 B
Matlab
% runs selected examples without pausing
|
|
equil(0);
|
|
isentropic(0);
|
|
reactor1(0);
|
|
reactor2(0);
|
|
surfreactor;
|
|
periodic_cstr;
|
|
rankine(300.0, 2.0*oneatm, 0.8, 0.7);
|
|
prandtl1(0);
|
|
flame1;
|
|
catcomb;
|
|
exit;
|