mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
fix warning: extra tokens at end of #endif directive
This commit is contained in:
parent
f38d3c5b69
commit
a7a9182953
@ -399,4 +399,4 @@ inline void MatrixRmn::AddArrayScale( long length, const double* from, long from
|
||||
|
||||
|
||||
|
||||
#endif MATRIX_RMN_H
|
||||
#endif //MATRIX_RMN_H
|
||||
|
@ -235,4 +235,4 @@ inline double Dot( const VectorRn& u, const VectorRn& v )
|
||||
return res;
|
||||
}
|
||||
|
||||
#endif VECTOR_RN_H
|
||||
#endif //VECTOR_RN_H
|
||||
|
Loading…
Reference in New Issue
Block a user