|
MeshKit
1.0
|
#include <iostream>#include <time.h>#include <stdlib.h>#include <cstring>#include "QslimDecimation.h"#include "QslimOptions.h"
Go to the source code of this file.
Defines | |
| #define | DEFAULT_TEST_FILE "cow.smf" |
| #define | ERROR(a) {if (iBase_SUCCESS != err) std::cerr << a << std::endl;} |
| #define | ERRORR(a, b) {if (iBase_SUCCESS != err) {std::cerr << a << std::endl; return b;}} |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| std::string | usage_string = "\n" |
| std::string | logging_usage_string = " d=model defn, A=All.\n" |
| #define DEFAULT_TEST_FILE "cow.smf" |
Definition at line 11 of file Qslim_test.cpp.
Definition at line 12 of file Qslim_test.cpp.
Definition at line 13 of file Qslim_test.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 41 of file Qslim_test.cpp.
| std::string logging_usage_string = " d=model defn, A=All.\n" |
Definition at line 34 of file Qslim_test.cpp.
| std::string usage_string = "\n" |
Definition at line 15 of file Qslim_test.cpp.