mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-09 14:57:28 +05:00
version 4.9.11
This commit is contained in:
parent
55f164c6c6
commit
cfbaf15528
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([netgen],[4.9.11-dev],[],[])
|
AC_INIT([netgen],[4.9.11],[],[])
|
||||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
// in the configure/make phases, with the
|
// in the configure/make phases, with the
|
||||||
// right version number
|
// right version number
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define PACKAGE_VERSION "4.9.11-dev"
|
#define PACKAGE_VERSION "4.9.11"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,8 +8,10 @@ set oldmousey 0
|
|||||||
# if { 1 } {
|
# if { 1 } {
|
||||||
|
|
||||||
# use this one for Togl 2.0
|
# use this one for Togl 2.0
|
||||||
|
|
||||||
# if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true -create init -display draw -reshape reshape }] } {
|
# if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true -create init -display draw -reshape reshape }] } {
|
||||||
|
|
||||||
|
|
||||||
if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true }] } {
|
if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true }] } {
|
||||||
|
|
||||||
puts "no OpenGL"
|
puts "no OpenGL"
|
||||||
|
@ -49,7 +49,7 @@ menu .ngmenu.file
|
|||||||
# {"New Geometry file" {.ngg} }
|
# {"New Geometry file" {.ngg} }
|
||||||
|
|
||||||
|
|
||||||
set file [tk_getOpenFile -filetypes $types]
|
set file [tk_getOpenFile -filetypes $types -initialdir $dirname]
|
||||||
if {$file != ""} {
|
if {$file != ""} {
|
||||||
AddRecentFile $file
|
AddRecentFile $file
|
||||||
Ng_LoadGeometry $file
|
Ng_LoadGeometry $file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user