Drop in FORTRAN code to help writing ANSYS UPF extension providing MODULES to ensure correct parameters for lots of UPF functions and constants. Also provides convenient wrappers for some ANSYS features
- 
ezTrackBegin,ezTrackEnd: wrappers aroundTracBeginandTrackEnd.TrackBegintakes a string or a string or a string and a number, the latter interpreted as filen name and line number.ezTrackEndtakes no argument and ends the track started with the lastezTrackBegincall.CALL ezTrackBegin(__FILE__, __LINE__) CALL ezTrackEnd() CALL ezTrackBegin(__FILE__, __LINE__) CALL ezTrackBegin("Point of interest") CALL ezTrackEnd() CALL ezTrackEnd() 
- 
ezTrackMark: JustTrackBegindirectly fllowed byTrackEnd.
- 
ezRunCommand: eases use ofRunCommand
- 
ezBanner: Informational output
- 
get: calls*GETwith differen variable types
etc.
Also some Python code is included to set up the build settings for various ANSYS versions.