#include <stdio.h>
#include "global.h"
Go to the source code of this file.
◆ DumpPairs()
Definition at line 25 of file DumpPairs.c.
25 {
26 int n;
27
28 fprintf(
fppair,
"ITEM: TIMESTEP\n");
30 fprintf(
fppair,
"ITEM: NUMBER OF ENTRIES\n");
32 fprintf(
fppair,
"ITEM: BOX BOUNDS pp ff pp\n");
35 fprintf(
fppair,
"%lf %lf zlo zhi\n", -0.1, 0.1);
36 fprintf(
fppair,
"ITEM: ENTRIES index, atom1 atom2 xij yij discDragx1 discDragy1\n");
37
41
42 }
References discDragx, discDragy, fppair, nPairActive, Pairatom1, Pairatom2, PairID, PairXij, PairYij, regionH, and timeNow.
Referenced by main().