gimme-alpha 0.1

nextnano_material_conversion.h File Reference

#include <glib.h>
#include <libmodeling/matdb.h>
Include dependency graph for nextnano_material_conversion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct matdbconvert_nextnano_db (GHashTable *nextnano_materials)

Function Documentation

struct matdb* convert_nextnano_db ( GHashTable *  nextnano_materials) [read]

Definition at line 59 of file nextnano_material_conversion.c.

References unlikely.

                                                                  {
  /*First, set up the materials*/
  GList* m;
  char* prefix;
  if(unlikely((m=g_hash_table_lookup(nextnano_materials, "binary-zb-default")) == NULL)) {
    fprintf(stderr, "convert_nextnano_db: INTERNAL ERROR: unable to find binary zincblende materials in nextnano database.\n");
    return NULL;
  }
  prefix="zb";
  return NULL;
}
 All Classes Files Functions Variables Enumerations Enumerator Defines