1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-23 07:52:04 +05:00

no tcl warning for geom2d

This commit is contained in:
Joachim Schoeberl 2011-08-31 17:40:16 +00:00
parent f5f099d868
commit 2bfaba978a

@ -86,8 +86,8 @@ catch {
if { [catch { load libgeom2dvis[info sharedlibextension] Ng_Geom2d } result ] } {
puts "cannot load 2d meshing module"
puts "error: $result"
# puts "cannot load 2d meshing module"
# puts "error: $result"
}
catch { source ${ngdir}/csgeom.tcl }