SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
lookupTest.cpp
Go to the documentation of this file.
1#include "reactions.h"
2
3int main() {
4 using namespace serif::network::reaclib;
5 initializeAllReaclibReactions();
6
7 // TODO: need some way to select all the needed reactions based on a composition
8 return 0;
9}
int main()
Definition lookupTest.cpp:3