Ticket #9 (closed enhancement: fixed)

Opened 14 years ago

Last modified 14 years ago

simplify makefile generation by not using ast.py

Reported by: utke Owned by: malozemo
Priority: major Component: Python Generator
Version: Keywords:
Cc:

Description


Change History

comment:1 Changed 14 years ago by utke

also remove special logc in fortran printer under

def visitSpecial(self,vertex):

# Need to do the following wizardry to avoid the max length of
# 132 characters that a FORTRAN string must be
lines = vertex.identifier.split('\n')
for i in lines:

self.write(i + '\n')

comment:2 Changed 14 years ago by malozemo

  • Owner changed from utke to malozemo
  • Status changed from new to accepted

comment:3 Changed 14 years ago by malozemo

  • Status changed from accepted to closed
  • Resolution set to fixed

see fde02796cfld

Note: See TracTickets for help on using tickets.