Unverified Commit cb6c01bc authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

removed CWDEBUG and IsisDebug.h (#5048)

* removed IsisDebug

* small fix
parent 3e10718c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ find files of those names at the top level of this repository. **/
/* SPDX-License-Identifier: CC0-1.0 */


//Isis.h and IsisDebug.h if needed
#include "Isis.h"

//C++ standard libraries if needed
+0 −2
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ find files of those names at the top level of this repository. **/

/* SPDX-License-Identifier: CC0-1.0 */

//Isis.h and IsisDebug.h if needed


//C++ standard libraries if needed
#include <math.h>
+0 −2
Original line number Diff line number Diff line
#include "IsisDebug.h"
#include "ShadowFunctor.h"

#include <algorithm>
@@ -884,7 +883,6 @@ namespace Isis {

        portal.SetPosition(*demSampleAlongRay, *demLineAlongRay, 1);

        ASSERT(quickCache);
        if (!portal.CopyOverlapFrom(*quickCache)) {
          m_inputDem->read(portal);
        }
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ For more details about the LICENSE terms and the AUTHORS, you will
find files of those names at the top level of this repository. **/

/* SPDX-License-Identifier: CC0-1.0 */
#include "IsisDebug.h"

#include <cstdio>
#include <sstream>
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ For more details about the LICENSE terms and the AUTHORS, you will
find files of those names at the top level of this repository. **/

/* SPDX-License-Identifier: CC0-1.0 */
#include "IsisDebug.h"
#include "BufferManager.h"

#include <iostream>
Loading