+ case IND_B_PLUS:
+ /* llenar metodos */
+ PERR("Creando indice con Arbol B+");
+ tmp->size_claves = (tmp->tam_bloque - SIZE_B_PLUS_HEADER - sizeof(int))/2; /* Fix sizeof(CLAVE?) */
+ tmp->size_hijos = tmp->size_claves + sizeof(int);
+ emufs_b_plus_crear(tmp);
+ PERR("AÚN NO IMPLEMENTADO DEL TODO!!!!!!!!");
+ break;