Changeset 2819 for trunk/exports/G2export_map.py
- Timestamp:
- May 4, 2017 9:14:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_map.py
r2779 r2819 59 59 rho = phasedict['General']['Map'].get('rho',[]) 60 60 if not len(rho): 61 print "There is no map for phase "+ str(phasenam)61 print "There is no map for phase "+phasenam 62 62 continue 63 63 if len(self.phasenam) > 1: # if more than one filename is written, add a phase # -- not in use yet … … 118 118 119 119 if not len(rho): 120 print "There is no map for phase "+ str(phasenam)120 print "There is no map for phase "+phasenam 121 121 continue 122 122 if len(self.phasenam) > 1: # if more than one filename is written, add a phase # -- not in use yet
Note: See TracChangeset
for help on using the changeset viewer.