31 for (
Index i = 0; i < 4; i++)
32 for (
Index j = 0; j < 4; j++)
33 for (
Index k = 0; k < 4; k++)
34 for (
Index l = 0; l < 4; l++)
35 v(i, j, k, l) = double (i*4*4*4+j*4*4+k*4+l);
46 return (EXIT_SUCCESS);
INDEX Index
The type to use for all integer numbers and indices.
cmplx FADDEEVA() w(cmplx z, double relerr)
This file contains basic functions to handle XML data files.
The global header file for ARTS.
void xml_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads data from XML file.
void xml_write_to_file(const String &filename, const T &type, const FileType ftype, const Index no_clobber, const Verbosity &verbosity)
Write data to XML file.