Changeset e102d4 in git


Ignore:
Timestamp:
Mar 14, 2014, 7:08:00 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
d9184bd7e71c6771eb56c5b567760e3723664237
Parents:
60225f979345d71370e20b6de2fbf545ca0792cb14b690e0515f6e3f6f482f016e14f1f56d2df336
Message:
Merge pull request #541 from mmklee/factory_emsg

fix typo
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/gentable.cc

    r14b690e re102d4  
    373373          Tok2Cmdname(i), Tok2Cmdname(j));
    374374  #ifdef CONVERT_TABLE
    375         fprintf(doctable,
    376         "@item\n@   %d. @tab @code{%s}  @tab @expansion{} @code{%s}\n",
     375        fprintf(doctable,
     376        "@item\n@   %d. @tab @code{%s}  @tab @expansion{} @code{%s}\n",
    377377        doc_nr,Tok2Cmdname(i),Tok2Cmdname(j));
    378         doc_nr++;
     378        doc_nr++;
    379379  #endif
    380380        if (j==ANY_TYPE) break;
  • dox/Doxyfile.in

    r14b690e re102d4  
    3939# a quick idea about the purpose of the project. Keep the description short.
    4040
    41 PROJECT_BRIEF          =
     41PROJECT_BRIEF          = CAS Singular
    4242
    4343# With the PROJECT_LOGO tag one can specify an logo or icon that is
     
    5353# where doxygen was started. If left blank the current directory will be used.
    5454
    55 OUTPUT_DIRECTORY       =
     55OUTPUT_DIRECTORY       =  @abs_builddir@
    5656
    5757# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
     
    129129# path to strip.
    130130
    131 STRIP_FROM_PATH        = @top_srcdir@
     131STRIP_FROM_PATH        = @abs_top_srcdir@
    132132
    133133# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
     
    241241# diagrams that involve STL classes more complete and accurate.
    242242
    243 BUILTIN_STL_SUPPORT    = NO
     243BUILTIN_STL_SUPPORT    = YES
    244244
    245245# If you use Microsoft's C++/CLI language, you should set this option to YES to
     
    261261# methods anyway, you should set this option to NO.
    262262
    263 IDL_PROPERTY_SUPPORT   = YES
     263IDL_PROPERTY_SUPPORT   = NO
    264264
    265265# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
     
    292292# pages) or section (for LaTeX and RTF).
    293293
    294 INLINE_SIMPLE_STRUCTS  = NO
     294INLINE_SIMPLE_STRUCTS  = YES
    295295
    296296# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
     
    482482# commands in the documentation.
    483483
    484 GENERATE_TODOLIST      = YES
     484GENERATE_TODOLIST      = NO
    485485
    486486# The GENERATE_TESTLIST tag can be used to enable (YES) or
     
    488488# commands in the documentation.
    489489
    490 GENERATE_TESTLIST      = YES
     490GENERATE_TESTLIST      = NO
    491491
    492492# The GENERATE_BUGLIST tag can be used to enable (YES) or
     
    494494# commands in the documentation.
    495495
    496 GENERATE_BUGLIST       = YES
     496GENERATE_BUGLIST       = NO
    497497
    498498# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
     
    500500# \deprecated commands in the documentation.
    501501
    502 GENERATE_DEPRECATEDLIST= YES
     502GENERATE_DEPRECATEDLIST= NO
    503503
    504504# The ENABLED_SECTIONS tag can be used to enable conditional
     
    527527# in the documentation. The default is NO.
    528528
    529 SHOW_DIRECTORIES       = NO
     529SHOW_DIRECTORIES       = YES
    530530
    531531# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
     
    540540# and from the Folder Tree View (if specified). The default is YES.
    541541
    542 SHOW_NAMESPACES        = YES
     542SHOW_NAMESPACES        = NO
    543543
    544544# The FILE_VERSION_FILTER tag can be used to specify a program or script that
     
    630630# with spaces.
    631631
    632 INPUT                  = @top_srcdir@
     632INPUT                  = @abs_top_srcdir@/omalloc/ \
     633@abs_top_srcdir@/resources/ \
     634@abs_top_srcdir@/factory/ \
     635@abs_top_srcdir@/factory/libfac/ \
     636@abs_top_srcdir@/factory/libfac/charset/ \
     637@abs_top_srcdir@/factory/libfac/factor/ \
     638@abs_top_srcdir@/factory/templates/ \
     639@abs_top_srcdir@/factory/include/factory/ \
     640@abs_top_srcdir@/factory/include/factory/templates/ \
     641@abs_top_srcdir@/kernel/ \
     642@abs_top_srcdir@/kernel/numeric/ \
     643@abs_top_srcdir@/libpolys/misc/ \
     644@abs_top_srcdir@/libpolys/reporter/ \
     645@abs_top_srcdir@/libpolys/coeffs/ \
     646@abs_top_srcdir@/libpolys/polys/ \
     647@abs_top_srcdir@/libpolys/polys/ext_fields/ \
     648@abs_top_srcdir@/libpolys/polys/monomials/ \
     649@abs_top_srcdir@/libpolys/polys/nc/ \
     650@abs_top_srcdir@/libpolys/polys/operations/ \
     651@abs_top_srcdir@/libpolys/polys/templates/ \
     652@abs_top_srcdir@/libpolys/tests/ \
     653@abs_top_srcdir@/libpolys/tests/cxxtest/ \
     654@abs_top_srcdir@/dyn_modules/bigintm/ \
     655@abs_top_srcdir@/dyn_modules/syzextra/ \
     656@abs_top_srcdir@/Singular/ \
     657@abs_top_srcdir@/Singular/links/ \
     658@abs_top_srcdir@/IntegerProgramming/ \
     659@abs_top_srcdir@/gfanlib/ \
     660@abs_top_srcdir@/dyn_modules/callgfanlib/ \
     661@abs_top_srcdir@/dyn_modules/callpolymake/
     662
     663
    633664
    634665# This tag can be used to specify the character encoding of the source files
     
    648679# *.f90 *.f *.for *.vhd *.vhdl
    649680
    650 FILE_PATTERNS          =
     681FILE_PATTERNS          = *.h *.cc *.c *.cpp *.cxx *.inc *.l *.ll *.y *.yy *.dox
    651682
    652683# The RECURSIVE tag can be used to turn specify whether or not subdirectories
     
    689720# the \include command).
    690721
    691 EXAMPLE_PATH           =  @top_srcdir@
     722EXAMPLE_PATH           = 
    692723
    693724# If the value of the EXAMPLE_PATH tag contains directories, you can use the
  • factory/cf_factor.cc

    r60225f re102d4  
    503503        if (CFFactory::gettype() == GaloisFieldDomain)
    504504          factors= GFSqrfFactorize (f);
    505         else if (hasFirstAlgVar (f, alpha))
    506           factors= FqSqrfFactorize (f, alpha);
    507505        else
    508506          factors= FpSqrfFactorize (f);
     
    515513        if (CFFactory::gettype() == GaloisFieldDomain)
    516514          F= GFFactorize (f);
    517         else if (hasFirstAlgVar (f, alpha))
    518           F= FqFactorize (f, alpha);
    519515        else
    520516          F= FpFactorize (f);
     
    625621  Variable beta;
    626622  if (hasFirstAlgVar(f, beta))
    627     ASSERT (hasFirstAlgVar (f, beta) != alpha, "f has an algebraic variable that \
    628     does not coincide with alpha");
     623    ASSERT (beta == alpha, "f has an algebraic variable that \
     624                            does not coincide with alpha");
    629625#endif
    630626  int ch=getCharacteristic();
  • factory/cf_map_ext.h

    r14b690e re102d4  
    5959                                   ///< whose minimal polynomial defines a field
    6060                                   ///< extension of \f$ F_p \f$ of degree
    61                                    ///< \f$ \[F_p (\alpha):F_p\] \f$
     61                                   ///< \f$ F_p (\alpha):F_p \f$
    6262     const Variable& beta          ///< [in] algebraic variable, root of \a F's
    6363                                   ///< minimal polynomial
Note: See TracChangeset for help on using the changeset viewer.