main2.cpp
Go to the documentation of this file.00001
00002 #include <iostream>
00003 using namespace std;
00004
00005 #include <path1D.h>
00006 #include <powell03.h>
00007
00008 void test01()
00009 {
00010
00011
00012 }
00013
00014 int main(int argc, char** argv)
00015 {
00016
00017 test01();
00018
00019 return 0;
00020 }
00021
00022