Changeset 768 in Sophya for trunk/SophyaProg/Tests/timg.cc
- Timestamp:
- Mar 2, 2000, 6:19:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/timg.cc
r298 r768 2 2 #include <iostream.h> 3 3 // Utilisation de la classe Image<T> 4 #include " outilsinit.h"4 #include "ntoolsinit.h" 5 5 #include "cimage.h" 6 6 // Utilisation des generateurs aleatoires … … 19 19 20 20 // ----- ATTENTION ------- 21 // Initialisation de Peida21 // Initialisation de Sophya 22 22 // A faire au debut de main() 23 PeidaInit();23 SophyaInit(); 24 24 25 25 cout << " ........ Debut de timg.cc ....... " << endl;
Note:
See TracChangeset
for help on using the changeset viewer.