remove unused

这个提交包含在:
jasminium
2019-08-27 13:33:53 +01:00
父节点 015a9997b4
当前提交 effb4efa5e

查看文件

@@ -15,22 +15,12 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with gprMax. If not, see <http://www.gnu.org/licenses/>. # along with gprMax. If not, see <http://www.gnu.org/licenses/>.
from ..cython.fields_updates_normal import update_electric
from ..cython.fields_updates_normal import update_magnetic
from ..fields_outputs import store_outputs
from ..utilities import get_terminal_width
from ..exceptions import GeneralError from ..exceptions import GeneralError
from .subgrid_hsg import SubGridHSG from .subgrid_hsg import SubGridHSG
from .precursor_nodes import PrecursorNodes as PrecursorNodesHSG from .precursor_nodes import PrecursorNodes as PrecursorNodesHSG
from .precursor_nodes_filtered import PrecursorNodes as PrecursorNodesFilteredHSG from .precursor_nodes_filtered import PrecursorNodes as PrecursorNodesFilteredHSG
from tqdm import tqdm
from time import perf_counter
import os
import sys
from ..updates import CPUUpdates from ..updates import CPUUpdates
def create_updates(G): def create_updates(G):