#include <stdio.h>
#include <cstring>
#include <string>
#include "FFEA_return_codes.h"
#include "mat_vec_types.h"
#include "dimensions.h"
Go to the source code of this file.
Data Structures | |
class | LJ_pair |
class | LJ_matrix |
Macros | |
#define | LJI(A, B) ((A) * num_vdw_face_types + (B)) |
#define LJI | ( | A, | |
B | |||
) | ((A) * num_vdw_face_types + (B)) |
Referenced by LJ_matrix::get_LJ_params(), LJ_matrix::init_lj(), and LJ_matrix::init_steric().