Commit 76b85e4d authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

rename source files for compute pentropy/atom to match the command name

parent 8a2faff5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
   Contributing author: Pablo Piaggi (EPFL Lausanne)
------------------------------------------------------------------------- */

#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "compute_pair_entropy_atom.h"
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "compute_pentropy_atom.h"
#include "atom.h"
#include "update.h"
#include "modify.h"