|
Last change
on this file since 302 was 289, checked in by barrand, 18 years ago |
|
|
-
Property svn:eol-style
set to
native
|
|
File size:
285 bytes
|
| Rev | Line | |
|---|
| [289] | 1 | #ifndef G4Lab_BestUnit_h
|
|---|
| 2 | #define G4Lab_BestUnit_h
|
|---|
| 3 |
|
|---|
| 4 | #include <string>
|
|---|
| 5 | #include <vector>
|
|---|
| 6 |
|
|---|
| 7 | namespace Slash {namespace Core {class IWriter;}}
|
|---|
| 8 |
|
|---|
| 9 | namespace G4Lab {
|
|---|
| 10 |
|
|---|
| 11 | class BestUnit {
|
|---|
| 12 | public:
|
|---|
| 13 | static bool toDoubles(Slash::Core::IWriter&,const std::string&,std::vector<double>&);
|
|---|
| 14 | };
|
|---|
| 15 |
|
|---|
| 16 | }
|
|---|
| 17 |
|
|---|
| 18 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.