Changeset 1323


Ignore:
Timestamp:
03/23/07 09:23:38 (17 years ago)
Author:
mar637
Message:

Fix for Ticket #102; cut-and-paster error in initFactories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r1189 r1323  
    7070  if ( factories_.empty() ) {
    7171    Scantable::factories_["linear"] = &STPolLinear::myFactory;
    72     Scantable::factories_["circular"] = &STPolStokes::myFactory;
     72    Scantable::factories_["circular"] = &STPolCircular::myFactory;
    7373    Scantable::factories_["stokes"] = &STPolStokes::myFactory;
    7474  }
Note: See TracChangeset for help on using the changeset viewer.