Warning in <TApplication::GetOptions> : ~~.c not found error

I am using ROOT 6.04/18.
When I run my code , I got this simple message :slight_smile:

Warning in <TApplication::Getoptions> : macro AxionEDM_RK4.c not found

the file name is AxionEDM_RK4.c.

The first 9 line cause this problem since I haven’t used <TVector3.h>, <vector> before.
First 9 line looks like this.

#include <TVector3.h>
#include <TMath.h>
#include <fstream>
#include <TCanvas.h>
#include <TGraph.h>
#include <TMultiGraph.h>
#include <TLegend.h>
#include <TAxis.h>
#include <vector>

Any comments are welcomed

Sorry I typed wrong file name,

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.