Last change
on this file since 13743e was 5dba7a, checked in by Tillmann Crueger <crueger@…>, 15 years ago |
Made the periodentafel use STL-containers instead of custom llists
|
-
Property mode
set to
100644
|
File size:
412 bytes
|
Rev | Line | |
---|
[5dba7a] | 1 | /*
|
---|
| 2 | * types.hpp
|
---|
| 3 | *
|
---|
| 4 | * Created on: Mar 12, 2010
|
---|
| 5 | * Author: crueger
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | #ifndef TYPES_HPP_
|
---|
| 9 | #define TYPES_HPP_
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | /**
|
---|
| 13 | * This file defines some globally used types for later use
|
---|
| 14 | */
|
---|
| 15 |
|
---|
| 16 |
|
---|
| 17 | typedef unsigned int atomId_t; //!< The type of atomIds
|
---|
| 18 | typedef unsigned int moleculeId_t; //!< The type of moleculeIds
|
---|
| 19 | typedef unsigned int atomicNumber_t; //!< The type of atomicNumbers
|
---|
| 20 |
|
---|
| 21 | #endif /* TYPES_HPP_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.