Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2995 in orxonox.OLD for orxonox/trunk/importer/object.cc


Ignore:
Timestamp:
Nov 26, 2004, 2:49:55 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches/osX back into the Trunk.
Conflicts resolved in Favor of trunk in all the Makefiles, and fixed many strange entries in configure.ac
merged with command: svn merge branches/osX/ trunk/ -r 2887:HEAD
AND most Important of all: change back to AUTOMAKE-1.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/importer/object.cc

    r2988 r2995  
    341341        {
    342342          readGroup (Buffer+2);
     343        }
     344      else if (!strncmp(Buffer, "s", 1))
     345        {
     346          if (verbose >= 1)
     347            printf("smoothing groups not suportet yet. line: %s\n", Buffer);
    343348        }
    344349    }
Note: See TracChangeset for help on using the changeset viewer.