Merge pull request #721 from matpalm/charsafterendif

fix warning: extra tokens at end of #endif directive
This commit is contained in:
erwincoumans
2016-07-28 17:17:03 -07:00
committed by GitHub
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