|
gimme-alpha 0.1
|
#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 matdb * | convert_nextnano_db (GHashTable *nextnano_materials) |
| 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;
}