We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2907e07 commit fc7f8f2Copy full SHA for fc7f8f2
src/ENDFtk/section/1/458/PolynomialComponents/src/print.hpp
@@ -12,6 +12,7 @@ template< typename OutputIterator >
12
void print( OutputIterator& it, int MAT, int MF, int MT ) const {
13
14
std::vector< double > values;
15
+ values.reserve( 18 * ( this->order() + 1 ) );
16
for ( std::size_t i = 0; i < this->order() + 1; ++i ) {
17
18
for ( std::size_t j = 0; j < 9; ++j ) {
0 commit comments