Skip to content

Add methods for building alternative units lists #210

@jctophefabre

Description

@jctophefabre

based on:

  • variable value
  • attribute value
  • other criteria

Possible examples

openfluid::core::SpatialUnit* U

OPENFLUID_UNITS_VARIABLES_ORDERED_LOOP("TU",U,openfluid::core::AscendingLoop,"var.name")
{
  // ...
}

OPENFLUID_UNITS_ATTRIBUTES_ORDERED_LOOP("TU",U,openfluid::core::DescendingLoop,"attrname")
{
  // ...
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions