Skip to content

Commit

Permalink
Initial demprep conversion + gtests (#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinSanders authored Dec 4, 2020
1 parent 15b8c54 commit 183da17
Show file tree
Hide file tree
Showing 13 changed files with 605 additions and 449 deletions.
416 changes: 416 additions & 0 deletions isis/src/base/apps/demprep/demprep.cpp

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions isis/src/base/apps/demprep/demprep.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#ifndef demprep_h // Change this to your app name in all lower case suffixed with _h (e.g. campt_h, cam2map_h etc.)
#define demprep_h

#include "Cube.h"
#include "UserInterface.h"

namespace Isis{
extern void demprep(UserInterface &ui, Pvl *log);
}

#endif
Loading

0 comments on commit 183da17

Please sign in to comment.