*** empty log message ***

This commit is contained in:
jiri
2005-09-11 20:04:24 +00:00
parent 301163d965
commit 25f8b1eb6c
14 changed files with 182 additions and 45 deletions

View File

@@ -28,7 +28,7 @@ template NRSMat<char>;
//raw I/O
template <typename T>
void NRSMat<T>::put(int fd, bool dim) const
void NRSMat<T>::put(int fd, bool dim, bool transp) const
{
errno=0;
if(dim)
@@ -40,7 +40,7 @@ LA_traits<T>::multiput(NN2,fd,v,dim);
}
template <typename T>
void NRSMat<T>::get(int fd, bool dim)
void NRSMat<T>::get(int fd, bool dim, bool transp)
{
int nn0[2]; //align at least 8-byte
errno=0;