fix warning: extra tokens at end of #endif directive

This commit is contained in:
Mat Kelcey 2016-07-28 16:47:05 -07:00
parent f38d3c5b69
commit a7a9182953
2 changed files with 2 additions and 2 deletions

View File

@ -399,4 +399,4 @@ inline void MatrixRmn::AddArrayScale( long length, const double* from, long from
#endif MATRIX_RMN_H
#endif //MATRIX_RMN_H

View File

@ -235,4 +235,4 @@ inline double Dot( const VectorRn& u, const VectorRn& v )
return res;
}
#endif VECTOR_RN_H
#endif //VECTOR_RN_H