Removed straggling instance of TYPENAME_KEYWORD
This commit is contained in:
parent
cd4d4f01b6
commit
db2b9636bb
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ namespace Cantera {
|
|||
template<class T>
|
||||
inline void add_each(T& x, const T& y) {
|
||||
std::transform(x.begin(), x.end(), y.begin(),
|
||||
x.begin(), std::plus<TYPENAME_KEYWORD T::value_type>());
|
||||
x.begin(), std::plus<typename T::value_type>());
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue