Sanjib Sharma - 2013-07-17

Bug Fix for version 0.7.1

Version 0.7.1 had a bug which prevented the code from printing
the magnitudes of stars. This was due to an error in path name
to one of the files. For users who have already
downloaded version 0.7.1 and would like to fix it below
are the instructions.

In file Galaxia.cpp (line no 145)

Replace
IsoFileDescriptor isofile_info( photodir+"/IsoFileDescriptor.txt",photosys,magcolorNames);

with
IsoFileDescriptor isofile_info(
photodir+"/"+photosys+"/IsoFileDescriptor.txt",photosys,magcolorNames);