Merge pull request #215 from lightwave-lab/bugfix/technology-load

Bugfix: gsi method db Technology.load pointing to save
This commit is contained in:
Matthias Köfferlein 2018-12-30 22:57:58 +01:00 committed by GitHub
commit d726afb189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ gsi::Class<db::Technology> 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,