From 980fce06de53ffb864e655a89f6d08887c6faad6 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 30 Oct 2020 13:21:01 -0400 Subject: [PATCH] pretty --- src/atom_vec_ellipsoid.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/atom_vec_ellipsoid.cpp b/src/atom_vec_ellipsoid.cpp index 3bdeff67af..b4cb4616a7 100644 --- a/src/atom_vec_ellipsoid.cpp +++ b/src/atom_vec_ellipsoid.cpp @@ -533,8 +533,7 @@ void AtomVecEllipsoid::write_data_bonus(FILE *fp, int n, double *buf, int /*flag this may create or delete entry in bonus data ------------------------------------------------------------------------- */ -void AtomVecEllipsoid:: -set_shape(int i, double shapex, double shapey, double shapez) +void AtomVecEllipsoid::set_shape(int i, double shapex, double shapey, double shapez) { if (ellipsoid[i] < 0) { if (shapex == 0.0 && shapey == 0.0 && shapez == 0.0) return;