oaPinFig and oaVia creation ...
This commit is contained in:
parent
10a91d7d68
commit
3d09907286
|
@ -1,5 +1,5 @@
|
||||||
// -*-compile-command:"cd ../../../../.. && make"-*-
|
// -*-compile-command:"cd ../../../../.. && make"-*-
|
||||||
// Time-stamp: "2010-08-12 23:50:52" - OpenAccessCommon.h
|
// Time-stamp: "2010-08-16 16:52:02" - OpenAccessCommon.h
|
||||||
// x-----------------------------------------------------------------x
|
// x-----------------------------------------------------------------x
|
||||||
// | This file is part of the hurricaneAMS Software. |
|
// | This file is part of the hurricaneAMS Software. |
|
||||||
// | Copyright (c) UPMC/LIP6 2008-2010, All Rights Reserved |
|
// | Copyright (c) UPMC/LIP6 2008-2010, All Rights Reserved |
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -102,7 +102,7 @@ int main(int argc,char** argv) {
|
||||||
if(argc != 3)
|
if(argc != 3)
|
||||||
exit(-5);
|
exit(-5);
|
||||||
|
|
||||||
testAnalog(argv[1],argv[2]);
|
|
||||||
|
|
||||||
testNum(argv[1],argv[2],"a2_x2");
|
testNum(argv[1],argv[2],"a2_x2");
|
||||||
testNum(argv[1],argv[2],"a2_x4");
|
testNum(argv[1],argv[2],"a2_x4");
|
||||||
|
@ -200,6 +200,8 @@ int main(int argc,char** argv) {
|
||||||
testNum(argv[1],argv[2],"xr2_x4");
|
testNum(argv[1],argv[2],"xr2_x4");
|
||||||
testNum(argv[1],argv[2],"zero_x0");
|
testNum(argv[1],argv[2],"zero_x0");
|
||||||
|
|
||||||
|
testAnalog(argv[1],argv[2]);
|
||||||
|
|
||||||
DataBase::getDB()->destroy();
|
DataBase::getDB()->destroy();
|
||||||
cerr << "ending normally" << endl;
|
cerr << "ending normally" << endl;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue