Remove line in include/openmc/particle.h

Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
davidjohnlong 2020-03-12 15:44:02 +00:00 committed by GitHub
parent 086568b562
commit 29cd473448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,7 +361,6 @@ public:
#endif
int64_t n_progeny_ {0}; // Number of progeny produced by this particle
};
} // namespace openmc