Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
+10 -14
View File
@@ -5,27 +5,23 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Sort.hh,v 1.2 1999/12/15 14:49:57 gunter Exp $
// GEANT4 tag $Name: geant4-02-00 $
// $Id: G4Sort.hh,v 1.3 2000/08/28 08:57:48 gcosmo Exp $
// GEANT4 tag $Name: geant4-03-00 $
//
// File: G4Sort.h
// Author: Alan Breakstone
//
// Description
//
// Routines to G4Sort arG4Rays of various kinds of numbers
// ----------------------------------------------------------------------
//
// Global functions for sorting and swaping arrays of various
// kinds of numbers.
// Author: Alan Breakstone
// ----------------------------------------------------------------------
#ifndef __SORT_H
#define __SORT_H
#include "globals.hh"
void G4Sort_double( G4double [], int, int );
void sort_double( G4double [], G4int, G4int );
void swap_double( G4double [], int, int );
void G4Sort_float( float [], int, int );
void swap_float( float [], int, int );
void swap_double( G4double [], G4int, G4int );
#endif