Go to the documentation of this file.
18 #if defined(__SUNPRO_CC) || defined(__INTEL_COMPILER)
19 return (F*)std::malloc(nr*
sizeof(F));
20 #elif defined(__GNUC__)
21 #if __GNUC__ > 3 || __GNUC__ > 2 && __GNUC_MINOR__ > 3
22 return (F*)std::malloc(nr*
sizeof(F));
F * newField(uint nr)
Reserve memory for a field of type F and returns the pointer to first entrance.
Basic namespace for Concepts-2.