/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */ /* $Id: newLibrary.h,v 1.3 2007/05/31 21:02:50 anton Exp $ Author(s): Anton Deguet Created on: 2006-11-20 (C) Copyright 2006-2007 Johns Hopkins University (JHU), All Rights Reserved. --- begin cisst license - do not edit --- This software is provided "as is" under an open source license, with no warranty. The complete license can be found in license.txt and http://www.cisst.org/cisst/license.txt. --- end cisst license --- */ #ifndef _newLibrary_h #define _newLibrary_h #include #include #include class newClass { public: void PerformRandomSVD(void); }; #endif // _newLibrary_h /* $Log: newLibrary.h,v $ Revision 1.3 2007/05/31 21:02:50 anton separateCMake example: Applied new license text, separate copyright and updated dates Revision 1.2 2006/11/20 20:34:40 anton Licensing: Added new license to distributed examples. */