PandA-2024.02
Macros | Functions
generate.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "md.h"
Include dependency graph for generate.c:

Go to the source code of this file.

Macros

#define van_der_Waals_thresh   (1.049*1.049)
 

Functions

static TYPE dist_sq (dvector_t p, dvector_t q)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ van_der_Waals_thresh

#define van_der_Waals_thresh   (1.049*1.049)

Definition at line 13 of file generate.c.

Referenced by main().

Function Documentation

◆ dist_sq()

static TYPE dist_sq ( dvector_t  p,
dvector_t  q 
)
inlinestatic

Definition at line 15 of file generate.c.

References TYPE, dvector_t::x, dvector_t::y, and dvector_t::z.

Referenced by main().

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13