From fcc05d5b9d64e01b8f1b9490746d6d6235efa49e Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Thu, 27 Dec 2018 16:26:46 -0500 Subject: [PATCH] Bugfix: gsi method db Technology.load pointing to save --- src/db/db/gsiDeclDbTechnologies.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/gsiDeclDbTechnologies.cc b/src/db/db/gsiDeclDbTechnologies.cc index e2d65e2f4..c4a54c7ee 100644 --- a/src/db/db/gsiDeclDbTechnologies.cc +++ b/src/db/db/gsiDeclDbTechnologies.cc @@ -256,7 +256,7 @@ gsi::Class technology_decl ("db", "Technology", gsi::method ("load", &db::Technology::load, gsi::arg ("file"), "@brief Loads the technology definition from a file\n" ) + - gsi::method ("load", &db::Technology::save, gsi::arg ("file"), + gsi::method ("save", &db::Technology::save, gsi::arg ("file"), "@brief Saves the technology definition to a file\n" ) + gsi::method ("technology_names", &technology_names,