C/C++ source
0001 #include "Fokker_Planck_DKE_loop.h" 0002 DOUBLE absolute(DOUBLE a){ 0003 if(a>0){return a;} 0004 else{return (-a);} 0005 }