mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
bug fix
This commit is contained in:
parent
3092d6cb9d
commit
977e39e1c0
@ -94,7 +94,6 @@ AC_CHECK_LIB(pthread, pthread_create)
|
||||
# AC_SEARCH_LIBS(Tcl_Init, [tcl8.5 tcl8.4])
|
||||
|
||||
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# __CHANGE__
|
||||
# Choose OpenGL platform (borrowed from Togl1.7)
|
||||
|
@ -852,7 +852,7 @@ namespace netgen
|
||||
|
||||
glTranslatef (1, -1, 0.0);
|
||||
glScalef (40.0 / viewport[2], 40.0 / viewport[3], 1);
|
||||
glTranslatef (-6.0, 2.0, 0.0);
|
||||
glTranslatef (-7.0, 2.0, 0.0);
|
||||
|
||||
glDisable (GL_CLIP_PLANE0);
|
||||
glDisable (GL_LIGHTING);
|
||||
|
@ -16,7 +16,7 @@ netgen_LDADD = $(top_builddir)/libsrc/visualization/libvisual.a \
|
||||
$(top_builddir)/libsrc/gprim/libgprim.la \
|
||||
$(top_builddir)/libsrc/linalg/libla.la \
|
||||
$(top_builddir)/libsrc/general/libgeneral.la \
|
||||
$(OCCLIBS) -L$(TK_BIN_DIR)/Togl1.7 $(TOGLLIBDIR) -lTogl1.7 $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(PKG_LIBS)
|
||||
$(OCCLIBS) -L$(TK_BIN_DIR)/Togl1.7 $(TOGLLIBDIR) -lTogl1.7 $(LIBGLU) $(TK_LIB_SPEC) $(TCL_LIB_SPEC) $(MPI_LIBS) $(PKG_LIBS)
|
||||
#-lGLU -lGL
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user