Changes between Initial Version and Version 1 of Ticket #727
- Timestamp:
- Sep 8, 2015, 12:48:44 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #727 – Description
initial v1 1 1 2 2 While compiling 3.2.0 version, I get 3 3 {{{ 4 4 classes/DelphesFormula.cc: In member function ‘Int_t DelphesFormula::DefinedVariable(TString&, Int_t&)’: 5 5 classes/DelphesFormula.cc:79:12: error: ‘kVariable’ was not declared in this scope … … 7 7 ^ 8 8 make: *** [tmp/classes/DelphesFormula.o] Error 1 9 9 }}} 10 10 How to get around it ? 11 11 Thanks.