initial upload
This commit is contained in:
10
archive/gmt2msh/main.cpp
Normal file
10
archive/gmt2msh/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "func.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
gmt2msh gm;
|
||||
gm.getRef("1000/1000");
|
||||
gm.getNode("test.d",1000,1000);
|
||||
gm.outMsh("test.msh");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user