~federico-vancini/savasim/develop

« back to all changes in this revision

Viewing changes to ssimulator.cpp

  • Committer: Federico Vancini
  • Date: 2011-12-13 10:38:27 UTC
  • Revision ID: federico.vancini@gmail.com-20111213103827-ar4fo39hpxg58sxs
Fixed some mistakes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *      Savana Simulator v1.0
 
2
 *      Savana Simulator
3
3
 *
4
 
 *      This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
5
 
 *      To view a copy of this license, visit   http://creativecommons.org/licenses/by-nc-nd/3.0/ or send a letter to
6
 
 *      Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
 
4
 *      This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
 
5
 *      To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter
 
6
 *      to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
7
7
 *
8
8
 *      Authors are:
9
9
 *              Federico Vancini <federico.vancini[at]gmail.com>
10
10
 *              Alessandro Negrini <ale89advanced[at]hotmail.com>
11
 
 *
12
 
 *      Release dates:
13
 
 *      version 1.0 ..... Jul, 2011
14
11
 */
15
12
 
16
13
#include<iostream>