Skip to content

Commit

Permalink
added tests (#4338)
Browse files Browse the repository at this point in the history
* added tests

* addressed comments
  • Loading branch information
Kelvin Rodriguez authored Mar 5, 2021
1 parent 139819d commit 7519c84
Show file tree
Hide file tree
Showing 9 changed files with 830 additions and 557 deletions.
541 changes: 541 additions & 0 deletions isis/src/galileo/apps/gllssical/gllssical.cpp

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions isis/src/galileo/apps/gllssical/gllssical.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#ifndef gllssical_h
#define gllssical_h

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

namespace Isis{
extern void gllssical(Cube *cube, UserInterface &ui, Pvl *log=nullptr);
extern void gllssical(UserInterface &ui, Pvl *log=nullptr);
}

#endif
Loading

0 comments on commit 7519c84

Please sign in to comment.