ISCE_INSAR/components/iscesys/StdOE/test/testStatic.cpp

14 lines
230 B
C++

#include "StdOE.h"
#include "StdOEF.h"
#include <cmath>
#include <complex>
#include <sstream>
#include <iostream>
#include <string>
#include <vector>
using namespace std;
int main(int argc, char * argv)
{
testStatic_f();
}