Ignore:
Timestamp:
09/17/04 15:48:22 (20 years ago)
Author:
moralejo
Message:
Changes to adapt headers to c++ style.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.h

    r5075 r5103  
    1919//=
    2020//= $RCSfile: camera.h,v $
    21 //= $Revision: 1.21 $
     21//= $Revision: 1.22 $
    2222//= $Author: moralejo $
    23 //= $Date: 2004-09-16 15:24:53 $
     23//= $Date: 2004-09-17 14:48:21 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    4040//!@{
    4141
    42 #include <iostream.h>
    43 #include <fstream.h>
     42#include <iostream>
     43#include <fstream>
    4444#include <stdlib.h>
    4545#include <stdio.h>
    46 #include <string.h>
     46#include <string>
    4747#include <stdarg.h>
    4848#include <math.h>
     
    350350/*
    351351 *$Log: not supported by cvs2svn $
     352 *Revision 1.21  2004/09/16 15:24:53  moralejo
     353 *Updated on CVS after long time...
     354 *
    352355 *
    353356 *Revision 1.19  2003/10/17 19:39:30  blanch
Note: See TracChangeset for help on using the changeset viewer.