cantera/include/cantera
g3bk47 1166c74127 add std:: to "inner_product" and "accumulate"
This only works because the "dot" function is always called with std::vector<T>::iterator as input so that "argument dependent lookup" introduces the std namespace to the function. If the dot function is called like this "dot(v.data(), v.data()+v.size(), v.data())", where "v" is a std::vector and the input are plain pointers, the compiler will not find "inner_product". The same is true for the use of "accumulate".
2018-09-14 13:56:48 -04:00
..
base add std:: to "inner_product" and "accumulate" 2018-09-14 13:56:48 -04:00
clib [clib] Fix some size_t related compiler warnings 2018-08-28 16:45:49 -04:00
cython [Python] Fix display of information from errors in callback functions 2018-08-17 14:17:51 -04:00
equil [Equil] Deprecate get/setElementPotentials 2018-06-06 11:54:14 -04:00
kinetics [Doc] Fix another error in SRI reaction docstring 2018-08-27 20:27:04 -04:00
numerics Fix compiler warning about declaration of BandMatrix::PivData 2018-08-28 16:45:49 -04:00
oneD Fix compiler warnings issued by Visual Studio 2015 2018-08-28 16:45:49 -04:00
thermo [Transport] Move calculations into WaterTransport class 2018-09-07 23:24:23 -04:00
tpx [TPX] Add factory function for Substance from species name 2017-02-03 21:53:50 -05:00
transport [Transport] Make WaterTransport constructible using newTransportMgr 2018-09-07 23:24:23 -04:00
zeroD [Reactor] Make all reactor-related objects noncopyable 2017-08-15 18:42:53 -04:00
Edge.h Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
IdealGasMix.h Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
IncompressibleSolid.h Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
Interface.h Remove code deprecated in Cantera 2.3.0 2017-02-12 19:22:33 -05:00
kinetics.h [C++] Clean up of top-level headers 2016-05-14 16:10:10 -04:00
Metal.h Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
onedim.h [C++] Clean up of top-level headers 2016-05-14 16:10:10 -04:00
PureFluid.h Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
reactionpaths.h Updated #includes to reflect new header file locations 2012-02-12 02:44:14 +00:00
thermo.h [C++] Clean up of top-level headers 2016-05-14 16:10:10 -04:00
transport.h [C++] Clean up of top-level headers 2016-05-14 16:10:10 -04:00
zerodim.h [Reactor] Add IdealGas reactor types to zerodim.h 2014-06-06 00:17:49 +00:00