Skip to content

Commit cfcb558

Browse files
committedJun 8, 2016
Import Geant4 3.0.0 source tree
1 parent e7d7193 commit cfcb558

File tree

3,050 files changed

+87576
-44183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,050 files changed

+87576
-44183
lines changed
 

‎ReleaseNotes/ReleaseNotes4.3.0.txt

+530
Large diffs are not rendered by default.

‎config/G4UI_USE.gmk

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: G4UI_USE.gmk,v 1.1 1999/01/07 15:58:31 gunter Exp $
1+
# $Id: G4UI_USE.gmk,v 1.2 2000/11/21 10:15:22 maire Exp $
22
# -------------------------------------------------------------
33
# GNUmakefile for CPPFLAGS for interfaces USE phase.
44
# John Allison, 6th July 1998.
@@ -17,6 +17,12 @@ ifdef G4UI_USE_TERMINAL
1717
CPPFLAGS += -DG4UI_USE_TERMINAL
1818
endif
1919

20+
ifdef G4UI_USE_TCSH
21+
G4UI_USE = 1
22+
G4UI_USE_BASIC = 1
23+
CPPFLAGS += -DG4UI_USE_TCSH
24+
endif
25+
2026
ifdef G4UI_USE_XM
2127
G4UI_USE = 1
2228
G4UI_USE_BASIC = 1

0 commit comments

Comments
 (0)