1
0
mirror of synced 2024-06-02 02:38:11 +02:00
modern-cmake/examples/root-example-dict/MyExample.cxx

7 lines
85 B
C++
Raw Normal View History

2018-03-28 20:50:38 +02:00
#include "MyExample.h"
Double_t Simple::GetX() const {return x;}
ClassImp(Simple)