ARWFSolution.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2020, The GENIE Collaboration
4  For the full text of the license visit http://copyright.genie-mc.org
5 
6  Daniel Scully ( d.i.scully \at warwick.ac.uk)
7  University of Warwick
8 */
9 //____________________________________________________________________________
10 
11 #include <iostream>
12 #include <sstream>
13 #include <string>
14 #include <complex>
15 
17 
18 namespace genie
19 {
20 namespace alvarezruso
21 {
22 
23 ARWFSolution::ARWFSolution(bool debug): debug_(debug)
24 {
25  if(debug_) std::cerr << "WFS@ constructor" << std::endl;
26 }
27 
29 {
30 }
31 
32 } //namespace alvarezruso
33 } //namespace genie
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
QTextStream & endl(QTextStream &s)