no tcl warning for geom2d

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

View File

@ -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 }