Commits

Darrell Schiebel authored a166fa5bbfc
one extraneous include and one missing include

code/synthesis/MeasurementComponents/FringeJones.cc

Modified
56 56 #include <casa/Arrays/MaskedArray.h>
57 57 #include <casa/Arrays/MaskArrMath.h>
58 58
59 59 #include <gsl/gsl_rng.h>
60 60 #include <gsl/gsl_randist.h>
61 61 #include <gsl/gsl_vector.h>
62 62 #include <gsl/gsl_blas.h>
63 63 #include <gsl/gsl_spblas.h>
64 64 #include <gsl/gsl_multilarge_nlinear.h>
65 65 #include <gsl/gsl_linalg.h>
66 -
66 +#include <iomanip> // needed for setprecision
67 67
68 68 // DEVDEBUG gates the development debugging information to standard
69 69 // error; it should be set to 0 for production.
70 70 #define DEVDEBUG 0
71 71
72 72 using namespace casa::vi;
73 73 using namespace casacore;
74 74
75 75 namespace casa { //# NAMESPACE CASA - BEGIN
76 76

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut