Example #1
0
 private static extern void run_only_lj(ref mc_engine engine, double temperature, int mc_steps);
Example #2
0
 private static extern void print_info(ref mc_engine engine);
Example #3
0
 private static extern void run_without_temperature_only_lj(ref mc_engine engine, int mc_steps);