Skip to content

Commit

Permalink
Updated comments after Ricardo's suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-b-w committed Feb 27, 2020
1 parent 15e2d4c commit daa388b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ Examples and documentation will be added/improved over time

## Templates

Coordgen uses templates for some macrocycle systems. The default templates are in `templates.mae`. If you need additional
local templates, use `CoordgenTemplates::setTemplateDir()`, and put them in a file called `user_templates.mae`.
Coordgen uses templates for some macrocycle systems. The source for the templates is `templates.mae`. If
you're an end user of coordgen, you can add local templates in a file called
`user_templates.mae` in a directory specified by `CoordgenTemplates::setTemplateDir()`. If you want to
update the templates, add new templates to `templates.mae` and run `mol_generator.py` to generate the
source files.

## Usage example

Expand Down

0 comments on commit daa388b

Please sign in to comment.