no tcl warning for missing stllib

This commit is contained in:
Joachim Schoeberl 2011-08-31 17:43:06 +00:00
parent 2bfaba978a
commit d60abeaa77

View File

@ -1,6 +1,6 @@
if { [catch { load libstlvis[info sharedlibextension] Ng_STL } result ] } { if { [catch { load libstlvis[info sharedlibextension] Ng_STL } result ] } {
puts "cannot load stl" # puts "cannot load stl"
puts "error: $result" # puts "error: $result"
} }