Update copyright date; remove old CVS keyword
[ctsim.git] / src / views.cpp
index 690ac223bccdd3226680817ab0287ba62ebefb62..b9c52b1bcdd115be480ca45d1ccd446b774c037f 100644 (file)
@@ -1477,8 +1477,8 @@ ImageFileView::OnPlotCol (wxCommandEvent& event)
   int ny = rIF.ny();
 
   if (v != NULL && xCursor < nx) {
-    double* pX = new double [ny];
-    double* pYReal = new double [ny];
+    double* const pX = new double [ny];
+    double* const pYReal = new double [ny];
     double* pYImag = NULL;
     double* pYMag = NULL;
     if (rIF.isComplex()) {