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