cantera/src
Ray Speth 05198ddcfb Fix get_modified_time to avoid race condition on Windows
If multiple processes tried to read the same input file simultaneously,
get_modified_time would fail. With this change, get_modified_time
does not need to actually open the file in order to read the metadata.
2016-03-30 20:35:15 -04:00
..
base Fix get_modified_time to avoid race condition on Windows 2016-03-30 20:35:15 -04:00
clib [C API] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
equil Let the constructor for std::string do its job 2016-03-27 22:19:38 -04:00
fortran [Fortran] Fix for multiple definitions of '_xml' function 2016-02-24 18:59:23 -05:00
kinetics [Kinetics] Always initialize FalloffReaction.falloff 2016-03-23 11:42:32 -04:00
matlab [Matlab] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
numerics Improve use of local variables in src/numerics 2016-03-27 22:52:49 -04:00
oneD [1D] Initialize number-of-steps counter at start of solve 2016-03-28 17:13:24 -04:00
thermo [Thermo] Remove unnecessary overloads of getElectrochemPotentials 2016-03-27 23:18:26 -04:00
tpx Replace overly-specific exception types with CanteraError 2016-02-04 19:34:26 -05:00
transport Replace usage of int2str with cppformat and deprecate int2str 2016-02-04 19:11:49 -05:00
zeroD Clean up Doxygen docs and comments in Reactor classes 2015-11-12 11:41:34 -05:00
SConscript [SCons/Numerics] Use ext/sundials if system Sundials not installed 2015-11-23 16:53:20 -05:00