Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/HydrogenPool.cpp

    r910a5d r8cc22f  
    6868  ++HydrogenCount;
    6969
    70   // give warning if pool has more than threshold
     70  // give warning if pool has more than thereshold
    7171  if (HydrogenCount >= WARNINGTHRESHOLD) {
    7272    ELOG(2, "HydrogenPool contains more hydrogen atoms than limit.");
Note: See TracChangeset for help on using the changeset viewer.