Parent Directory | Revision Log
Imported sources
1 | mocchiut | 1.1 | // fillntuple shared library v. 0.2 |
2 | // Written by Emiliano Mocchiutti | ||
3 | // | ||
4 | #include "ctofstruct.h" | ||
5 | #define retoflev1 retoflev1_ | ||
6 | extern "C" int retoflev1(int &); | ||
7 | void cretoflev1(int &evno, Toflev1 & toflev1) { | ||
8 | extern struct Toflev1 toflev1_; | ||
9 | memcpy(&toflev1_, &toflev1, sizeof(toflev1)); | ||
10 | retoflev1((int &)evno); | ||
11 | memcpy(&toflev1, &toflev1_, sizeof(toflev1)); | ||
12 | }; |
ViewVC Help | |
Powered by ViewVC 1.1.23 |