fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -204,4 +204,5 @@ extern void IK_FreeChain(IK_Chain_ExternPtr);
}
#endif
#endif // NAN_INCLUDED_IK_solver_h
#endif // NAN_INCLUDED_IK_solver_h

View File

@@ -174,5 +174,5 @@ private :
MEM_SmartPtr<IK_ConjugateGradientSolver> m_grad_solver;
};
#endif
#endif

View File

@@ -190,5 +190,5 @@ private :
};
#endif
#endif

View File

@@ -192,4 +192,3 @@ private :
#endif

View File

@@ -162,10 +162,5 @@ private :
};
#endif

View File

@@ -293,6 +293,5 @@ private :
#undef TINY
#undef ZEPS
#endif

View File

@@ -207,5 +207,5 @@ private :
};
#endif
#endif

View File

@@ -175,10 +175,5 @@ private :
};
#endif

View File

@@ -287,4 +287,5 @@ private :
};
#endif
#endif

View File

@@ -105,3 +105,4 @@ private :
};
#endif

View File

@@ -214,4 +214,5 @@ private :
};
#endif
#endif

View File

@@ -91,3 +91,4 @@ private :
};
#endif

View File

@@ -211,9 +211,5 @@ private :
};
#endif

View File

@@ -126,3 +126,4 @@ int Cholesky_upper_factorization(SPDMatrix &A, SymmMatrix &L)
#endif
// CHOLESKY_H

View File

@@ -649,13 +649,7 @@ inline void matmultdiag(
}
}
} // namespace TNT
#endif // CMAT_H
#endif
// CMAT_H

View File

@@ -189,9 +189,7 @@ ostream& operator<<(ostream &s, const Fortran_Sparse_Col_Matrix<T> &A)
}
} // namespace TNT
#endif
/* FCSCMAT_H */
#endif /* FCSCMAT_H */

View File

@@ -605,5 +605,6 @@ inline Fortran_Matrix<T> operator*(const Fortran_Matrix<T> &A, const T &x)
}
} // namespace TNT
#endif
// FMAT_H
#endif // FMAT_H

View File

@@ -89,11 +89,9 @@ typedef char *fch_; // (in/out) single character
typedef char *cfch_; // (in) single character
#ifndef TNT_SUBSCRIPT_TYPE
#define TNT_SUBSCRIPT_TYPE TNT::Fortran_integer
#endif
#endif // FORTRAN_H
#endif
// FORTRAN_H

View File

@@ -196,5 +196,5 @@ istream& operator>>(istream &s, Fortran_Sparse_Vector<T> &A)
} // namespace TNT
#endif
// FSPVEC_H
#endif // FSPVEC_H

View File

@@ -213,13 +213,5 @@ int eigenvalue_solve(const Fortran_Matrix<double> &A,
return (info==0 ? 0: 1);
}
#endif
// LAPACK_H
#endif // LAPACK_H

View File

@@ -232,5 +232,5 @@ int LU_solve(const MaTRiX &A, const VecToRSubscripts &indx, VecToR &b)
} // namespace TNT
#endif
// LU_H
#endif // LU_H

View File

@@ -257,5 +257,5 @@ int QR_solve(const MaTRiX &A, const Vector &c, /*const*/ Vector &d,
} // namespace TNT
#endif
// QR_H
#endif // QR_H

View File

@@ -399,5 +399,5 @@ std::ostream& operator<<(std::ostream &s, const_Region1D<Array1D> &A)
} // namespace TNT
#endif
// const_Region1D_H
#endif // const_Region1D_H

View File

@@ -495,5 +495,5 @@ std::ostream& operator<<(std::ostream &s, const Region2D<Array2D> &A)
} // namespace TNT
#endif
// REGION2D_H
#endif // REGION2D_H

View File

@@ -110,6 +110,4 @@ class stopwatch {
} // namespace TNT
#endif

View File

@@ -88,3 +88,4 @@ namespace TNT
#define TNT_BASE_OFFSET (1)
#endif

View File

@@ -467,5 +467,6 @@ void SVD_a( MaTRiX &a, VecToR &w, MaTRiX &v) {
}
}
#endif

View File

@@ -117,11 +117,5 @@
#include "tntmath.h"
#endif // TNT_H
#endif
// TNT_H

View File

@@ -171,7 +171,5 @@ inline double pythag(double a, double b)
} /* namespace TNT */
#endif
/* TNTMATH_H */
#endif /* TNTMATH_H */

View File

@@ -53,8 +53,6 @@
*
*/
// The requirements for a bare-bones vector class:
//
//
@@ -100,3 +98,4 @@
// o) support () indexing
// o) I/O
//

View File

@@ -188,5 +188,5 @@ std::ostream& operator<<(std::ostream &s, const Transpose_View<Matrix> &A)
} // namespace TNT
#endif
// TRANSV_H
#endif // TRANSV_H

View File

@@ -661,10 +661,5 @@ std::ostream& operator<<(std::ostream &s,
} // namespace TNT
#endif
//TRIANG_H
#endif //TRIANG_H

View File

@@ -212,5 +212,5 @@ VecToR linear_solve(/*const*/ UnitUpperTriangularView<MaTriX> &A,
} // namespace TNT
#endif
// TRISLV_H
#endif // TRISLV_H

View File

@@ -525,11 +525,7 @@ void vectorscale(
A[i] *= B;
}
} /* namespace TNT */
#endif
// VEC_H
#endif // VEC_H

View File

@@ -319,3 +319,4 @@ std::istream& operator>>(std::istream &s, Vector_Adaptor<BBVec> &A)
} // namespace TNT
#endif

View File

@@ -50,3 +50,4 @@
#define TNT_VERSION_STRING "0.9.4"
#endif

View File

@@ -96,5 +96,5 @@ private :
static MEM_SmartPtr<GlutDrawManager> m_s_instance;
};
#endif
#endif

View File

@@ -102,5 +102,5 @@ private :
static MEM_SmartPtr<GlutKeyboardManager> m_s_instance;
};
#endif
#endif

View File

@@ -112,5 +112,5 @@ private :
static MEM_SmartPtr<GlutMouseManager> m_s_instance;
};
#endif
#endif

View File

@@ -382,6 +382,5 @@ private :
};
#endif
#endif

View File

@@ -80,5 +80,6 @@ private :
}
};
#endif

View File

@@ -207,5 +207,5 @@ private :
};
#endif
#endif