#include "Flux.hh" #include using namespace std; int main() { NuExprFlux flux = NuExprFlux( 1, "pow(x,2)"); cout << flux.dNdE(14,3) << endl; }