Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef __rstream
|
||||
#define __rstream
|
||||
|
||||
#include "rw/defs.h"
|
||||
|
||||
#ifndef G4USE_OLDSTL
|
||||
#include <iostream>
|
||||
#else
|
||||
#include <iostream.h>
|
||||
#endif
|
||||
|
||||
inline istream& rwEatwhite(istream& stream) {return stream >> ws;}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user