LLNL / acrotensor

A C++ library for computing large scale tensor contractions.
MIT License
36 stars 3 forks source link

Add <numeric> to tensor/IndexMapping.cpp for std::iota #1

Closed jdahm closed 6 years ago

jdahm commented 6 years ago

This is needed to fix a compilation error with GCC 8. As a side effect, my editor removed some extra whitespace at the end of a couple lines.