example fun cpp
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "example_fun.h"
|
||||
using namespace igl;
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
double d = 4.4;
|
||||
example_fun(d);
|
||||
int i = 4;
|
||||
example_fun(i);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user