Skip to content
Snippets Groups Projects
Commit 3ca74317 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Update Xcode project and fix compile error there

parent 481f05e4
No related branches found
No related tags found
No related merge requests found
// ************************************************************************** //
//
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file App/inc/TreeEventStructure.h
......@@ -51,7 +51,7 @@ public:
std::vector<std::vector<double > > valpha_f; // values of alpha_f for the frame
std::vector<std::vector<double > > vphi_f; // values of phi_f for the frames
ClassDef(TreeEventOutputData,1)
ClassDefNV(TreeEventOutputData,1)
};
......@@ -76,7 +76,7 @@ public:
std::vector<std::string> parnames; // names of parameters
std::vector<bool> parfixed; // contains fixed flag for parameters
ClassDef(TreeEventFitData,1)
ClassDefNV(TreeEventFitData,1)
};
#endif // TREEEVENTSTRUCTURE_H
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment