Commit 090c8541 authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Removed the cout that was outputting e and added history entry.

parent c94d3901
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ void setFilter(int size, double stdDev) {
  //Iterate through the input kernel's data values to fill the coefs array
  const double PI = 3.141592653589793;
  int i = 0;
  cout << exp((double)1.0) << endl;
  for(double y = -(size / 2) ; y <= (size / 2) ; y++) {
    for(double x = -(size / 2) ; x <= (size / 2) ; x++) {
      /*
+50 −47
Original line number Diff line number Diff line
@@ -64,6 +64,9 @@
    <change name="Brendan George" date="2006-09-21">
        Documentation fixes
    </change>
    <change name="Kaitlyn Lee" date="2018-02-15">
        Removed the cout that was outputting e to the terminal. Fixes #5198.
    </change>
  </history>

  <category>