~jan.greis/maus/1811

« back to all changes in this revision

Viewing changes to src/common/Interface/Squeak.cc

  • Committer: Chris Rogers
  • Date: 2011-05-11 09:33:14 UTC
  • mfrom: (340.1.92 devel)
  • mto: This revision was merged to the branch mainline in revision 490.
  • Revision ID: chris.rogers@stfc.ac.uk-20110511093314-fcxrl52ve3pwnr6s
Virtual Planes and cpplint stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright 2007-2011 Chris Rogers
2
 
//
3
 
// This file is a part of G4MICE
4
 
//
5
 
// G4MICE is free software: you can redistribute it and/or modify
6
 
// it under the terms of the GNU General Public License as published by
7
 
// the Free Software Foundation, either version 3 of the License, or
8
 
// (at your option) any later version.
9
 
//
10
 
// G4MICE is distributed in the hope that it will be useful,
11
 
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
// GNU General Public License for more details.
14
 
//
15
 
// You should have received a copy of the GNU General Public License
16
 
// along with G4MICE in the doc folder.  If not, see
17
 
// <http://www.gnu.org/licenses/>.
 
1
/* This file is part of MAUS: http://micewww.pp.rl.ac.uk/projects/maus
 
2
 *
 
3
 * MAUS is free software: you can redistribute it and/or modify
 
4
 * it under the terms of the GNU General Public License as published by
 
5
 * the Free Software Foundation, either version 3 of the License, or
 
6
 * (at your option) any later version.
 
7
 *
 
8
 * MAUS is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
 * GNU General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU General Public License
 
14
 * along with MAUS.  If not, see <http://www.gnu.org/licenses/>.
 
15
 *
 
16
 */
18
17
 
19
18
#include <sstream>
20
19