reverse find and replace mistake

This commit is contained in:
Gavin Ridley 2021-04-29 16:42:16 -04:00
parent 061156e79a
commit f54b10d0f8

View file

@ -17,7 +17,7 @@
#include <vector>
namespace openmc {
using vector;
using std::vector;
}
#endif // OPENMC_VECTOR_H