Remove "tally_" prefix from tally filter files

This commit is contained in:
Sterling Harper 2018-10-22 10:22:55 -04:00
parent 15caa0c1ca
commit e2e813adb8
23 changed files with 181 additions and 185 deletions

View file

@ -4,8 +4,8 @@
#include "openmc/eigenvalue.h"
#include "openmc/message_passing.h"
#include "openmc/settings.h"
#include "openmc/tallies/filter.h"
#include "openmc/tallies/tally.h"
#include "openmc/tallies/tally_filter.h"
#include <algorithm>