Correct formatting in include/openmc/particle.h

Co-Authored-By: Simon Richards <s.richards@physics.org>
This commit is contained in:
davidjohnlong 2020-03-10 11:56:52 +00:00 committed by GitHub
parent 7e5a6945e3
commit 315c6dfc9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@ public:
Position r;
Direction u;
double E;
double wgt;
double wgt;
};