- fix cmake files for new mpa12-murasama
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6005 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 09853f96cd0915f5b1ba3572dd0a0b1f52380498 Former-commit-id: d0aaff11a1fbd219b9f3a2d1ffc8a8ef8457f219
This commit is contained in:
parent
9fa7803b41
commit
9829759c4f
2 changed files with 34 additions and 3 deletions
|
@ -1,3 +1,20 @@
|
|||
/***************************************************************************
|
||||
|
||||
created : Sat Mar 18 23:16:38 CET 2006
|
||||
copyright : (C) 2006 by Tim Foden (c) by 2015 Xavier Bertaux
|
||||
email : bertauxx@yahoo.fr
|
||||
version : $Id: Array.h 5522 2015-05-09 21:03:25Z torcs-ng $
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef _ARRAY_H_
|
||||
#define _ARRAY_H_
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
// AveragedData.cpp: implementation of the AveragedData class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
/***************************************************************************
|
||||
|
||||
created : Sat Mar 18 23:16:38 CET 2006
|
||||
copyright : (C) 2006 by Tim Foden, 2015 by Xavier Bertaux
|
||||
email : bertauxx@yahoo.fr
|
||||
version : $Id: AverageData.cpp 6004 2015-05-09 21:03:25Z torcs-ng $
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include <math.h>
|
||||
#include <robottools.h>
|
||||
|
|
Loading…
Reference in a new issue