Changeset 843911 in git
- Timestamp:
- Dec 25, 2013, 2:15:24 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e4a292d545527be9297603772b62d51a0cdf3ac5
- Parents:
- b0857ee825d4cfdd5a18568d02f55f05229b3fa0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
rb0857ee r843911 1 Rules for inlude files: 2 - include files from the current subdir via #include "abc.h" 3 - include header from other subdirs vai #include <def.h> 4 ( do NOT use a specific path - this may change!) 5 - include privtae header files via path: #include "../other_dir/ppp.h" 6 - should be avoided! 1 Singular is a computer algebra system for polynomial computations, with 2 special emphasis on commutative and non-commutative algebra, algebraic 3 geometry, and singularity theory. It is free and open-source under the 4 GNU General Public Licence. 7 5 8 Classes of files 9 - public header: 10 - should be installed at a central place ($includedir) 11 - should itself only include other public headers 12 - private header: 13 - will not be installed at other places 14 - will (usually) only be included from that subdir 6 Installation instructions: 7 https://github.com/Singular/Sources/wiki/Step-by-Step-Installation-Instructions-for-Singular 15 8 9 Homepage: 10 http://www.singular.uni-kl.de/ 11 12 Source code: 13 https://github.com/Singular/Sources 14 15 User Manual: 16 http://www.singular.uni-kl.de/Manual/4-0-0/
Note: See TracChangeset
for help on using the changeset viewer.