Skip to content
Snippets Groups Projects
  • Marcel Loose's avatar
    731ef6bf
    BugId: 991 · 731ef6bf
    Marcel Loose authored
    * Added operation() method to BBSSingleStep and its child classes to query the
      BBSSingleStep for the type of operation it will perform.
    
    * Do not use PSQL arrays anymore. They caused "major" headaches when quoting
      array of strings. An array of strings is now stored as a normal string
      delimited by '[' and ']', just as in a ParameterSet.
    731ef6bf
    History
    BugId: 991
    Marcel Loose authored
    * Added operation() method to BBSSingleStep and its child classes to query the
      BBSSingleStep for the type of operation it will perform.
    
    * Do not use PSQL arrays anymore. They caused "major" headaches when quoting
      array of strings. An array of strings is now stored as a normal string
      delimited by '[' and ']', just as in a ParameterSet.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
BBSSolveStep.cc 4.48 KiB