Unverified Commit 077179d6 authored by Makayla Shepherd's avatar Makayla Shepherd Committed by GitHub
Browse files

Merge pull request #98 from kdl222/m05198

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


  <category>
  <category>