#include "kernel_chooser.h"
#include "message.h"
#include "constants.h"
Go to the source code of this file.
Functions | |
bool | pair_match (string p1a, string p2a, string p1b, string p2b) |
CKernel * | chooseKernel (string particle1, string particle2, const parameterMap &m) |
CKernel* chooseKernel | ( | string | particle1, | |
string | particle2, | |||
const parameterMap & | m | |||
) |
Definition at line 10 of file kernel_chooser.cc.
bool pair_match | ( | string | p1a, | |
string | p2a, | |||
string | p1b, | |||
string | p2b | |||
) |
Definition at line 5 of file kernel_chooser.cc.