source: trunk/test/test_svd.cc @ 5

Last change on this file since 5 was 4, checked in by daniel, 21 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 214 bytes
Line 
1// $Id: test_svd.cc 4 2003-02-25 15:04:49Z daniel $
2
3//Test program for SVD class.
4
5#include "SVD.h"
6
7int main()
8{
9  THEP_CPPTOOLS::SVD* mysvd = new THEP_CPPTOOLS::SVD;
10  if( mysvd->test() ) { delete mysvd; return 0; }
11  else { delete mysvd; return -1; }
12}
Note: See TracBrowser for help on using the repository browser.