fix warning: extra tokens at end of #endif directive
This commit is contained in:
@@ -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;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif VECTOR_RN_H
|
#endif //VECTOR_RN_H
|
||||||
|
|||||||
Reference in New Issue
Block a user