Changeset 66 in pacpusframework for trunk/include/Pacpus/PacpusTools/math/ublas.hpp
- Timestamp:
- Jan 9, 2013, 5:54:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/PacpusTools/math/ublas.hpp
r64 r66 1 // This file is part of the PACPUS framework distributed under the 2 // CECILL-C License, Version 1.0. 3 // 4 /// @file 5 /// @author Firstname Surname <firstname.surname@utc.fr> 6 /// @date Month, Year 7 /// @version $Id$ 8 /// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved. 9 /// @brief Brief description. 10 /// 11 /// Detailed description. 12 1 13 #ifndef __BOOST_UBLAS__ 2 14 #define __BOOST_UBLAS__ … … 395 407 } 396 408 397 }; 398 }; 399 #endif 409 } // namespace ublas 410 } // namespace math 411 412 #endif // __BOOST_UBLAS__
Note:
See TracChangeset
for help on using the changeset viewer.