]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_fog.cpp
Fix many clang errors in UIUC code
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_fog.cpp
index ed76fa8c86fe6418382411d4b986a8f71f65cfdb..fa71664fdd21156374ecd8c2fadf4d6da106b078 100644 (file)
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
+
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA or view http://www.gnu.org/copyleft/gpl.html.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 **********************************************************************/
 
 
@@ -68,8 +67,8 @@
 
 void uiuc_map_fog()
 {
-  fog_map["fog_segments"]      =       fog_segments_flag       ;
-  fog_map["fog_point"]         =       fog_point_flag          ;
+  fog_map["fog_segments"]        =        fog_segments_flag        ;
+  fog_map["fog_point"]                =        fog_point_flag                ;
   
 }