![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
00001 00014 using namespace std; 00015 #ifndef STDIO_H 00016 #define STDIO_H 00017 #include <stdio.h> 00018 #endif 00019 00020 #ifndef LIST 00021 #define LIST //!<Inclusion guard 00022 #include <list> 00023 #endif 00024 00025 #include "MassTable.h" 00026 #include "MassObject.h" 00027 #include "Nukleid.h" 00028 #include "HalfLifeEstimator.h" 00029 00030 int main();