From 37d949bdf2aaff618e70e6fd973ef350f4dacf12 Mon Sep 17 00:00:00 2001 From: hackbard Date: Sun, 31 Aug 2008 18:05:38 +0200 Subject: [PATCH] pse handling again --- visual_atoms.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/visual_atoms.c b/visual_atoms.c index 50507db..a98ecd6 100644 --- a/visual_atoms.c +++ b/visual_atoms.c @@ -16,6 +16,13 @@ #include "moldyn.h" +/* pse */ +#define PSE_NAME +#define PSE_COL +#include "pse.h" +#undef PSE_NAME +#undef PSE_COL + int usage(char *prog) { printf("\nusage:\n"); -- 2.20.1