Changeset 2511


Ignore:
Timestamp:
Mar 9, 2006, 2:37:50 PM (18 years ago)
Author:
ole
Message:

Removed annoying compile warnings for triangle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/triangle/compile.py

    r2142 r2511  
    77     import compile
    88     compile.compile(<filename>,..)
     9
     10   SPECIAL VERSION FOR TRIANGLE !
    911
    1012   Ole Nielsen, Oct 2001     
     
    191193    # Compile
    192194    #
    193     s = "%s -c %s -I%s -o %s.o -Wall -O3  -DTRILIBRARY=1 -DNO_TIMER=1" %(compiler, FN, include, root)
     195    s = "%s -c %s -I%s -o %s.o -O3  -DTRILIBRARY=1 -DNO_TIMER=1" %(compiler, FN, include, root)
    194196
    195197    if os.name == 'posix' and os.uname()[4] == 'x86_64':
     
    314316          try:
    315317            if filename == 'triang.c':
    316               print "********** Manually doing dependancies **************"
     318              print "********** Manually doing dependencies **************"
    317319              compile(['triang.c','triangle.c'])
    318320            else:
Note: See TracChangeset for help on using the changeset viewer.