Changeset 1199 for framspy/frams.py


Ignore:
Timestamp:
02/06/23 01:14:15 (15 months ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/frams.py

    r1197 r1199  
    310310        Python programs do not have to know the Framstics path but if they know, just pass the path as the first argument.
    311311        Similarly '-dPATH' and '-DPATH' needed by Framsticks are optional and derived from the first path, unless they are specified as args in init().
    312         '-LNAME' is the optional library name (full name including the file name extension), default is 'frams-objects.dll/.so' depending on the platform.
     312        '-LNAME' is the optional library name (full name including the file name extension), default is 'frams-objects.dll/.so/.dylib' depending on the platform.
    313313        All other arguments are passed to Framsticks and not interpreted by this function.
    314314        """
Note: See TracChangeset for help on using the changeset viewer.