mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-06 21:37:28 +05:00
survives also without gui
This commit is contained in:
parent
bc06d0781a
commit
a9520e6dd7
@ -13,8 +13,8 @@ del os
|
|||||||
from . import libngpy
|
from . import libngpy
|
||||||
|
|
||||||
def Redraw(*args, **kwargs):
|
def Redraw(*args, **kwargs):
|
||||||
if libngpy.meshvis._Redraw(*args, **kwargs):
|
|
||||||
try:
|
try:
|
||||||
|
if libngpy.meshvis._Redraw(*args, **kwargs):
|
||||||
import netgen
|
import netgen
|
||||||
import tkinter
|
import tkinter
|
||||||
cnt = 0
|
cnt = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user