Ignore:
Timestamp:
10/26/10 10:57:54 (14 years ago)
Author:
Adam Kędziora <s301614@…>
Branches:
master
Children:
a6e708f
Parents:
f712e16
git-author:
Adam Kędziora <s301614@…> (10/26/10 10:57:54)
git-committer:
Adam Kędziora <s301614@…> (10/26/10 10:57:54)
Message:

Replacing old implementation with working implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • _old/app/src/lib/tfti.h

    r57728c1 r1e121f4  
    33//--------------------------------------------------------------------------- 
    44#include <fstream> 
    5 #include <math.h> 
     5#include <cmath> 
    66#include <iomanip> 
     7#include <iostream> 
    78//#include <typeinfo.h> 
    89 
     
    1011//--------------------------------------------------------------------------- 
    1112 
    12  
    1313using namespace std; 
    14  
    1514 
    1615template<class I, class Ipass, class O, class Opass> 
Note: See TracChangeset for help on using the changeset viewer.