Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment