Parent Directory
|
Revision Log
|
Revision Graph
Initial revision
| 1 | cnh | 1.1 | |
| 2 | t=20.0*ones([20 20 20]); | ||
| 3 | t(:,:,1)=t(:,:,1)+0.01*(rand([20 20 1])-0.5); | ||
| 4 | fid=fopen('tinit.bin','w','b'); | ||
| 5 | fwrite(fid,t,'float64'); | ||
| 6 | |||
| 7 |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |