src/hugo/template.h
author alpar
Thu, 23 Sep 2004 15:09:55 +0000
changeset 907 df8472ab5d4a
parent 760 49d4fe04fbc0
permissions -rw-r--r--
I forgot to apply
for i in `ls *.h`; do rpl template.h $i $i; done
in src/hugo/attic
alpar@906
     1
/* -*- C++ -*-
klao@687
     2
 * src/hugo/template.h - Part of HUGOlib, a generic C++ optimization library
klao@687
     3
 *
alpar@760
     4
 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@760
     5
 * (Egervary Combinatorial Optimization Research Group, EGRES).
klao@687
     6
 *
klao@687
     7
 * Permission to use, modify and distribute this software is granted
alpar@760
     8
 * provided that this copyright notice appears in all copies. For
alpar@760
     9
 * precise terms see the accompanying LICENSE file.
klao@687
    10
 *
alpar@760
    11
 * This software is provided "AS IS" with no warranty of any kind,
alpar@760
    12
 * express or implied, and with no claim as to its suitability for any
alpar@760
    13
 * purpose.
klao@687
    14
 *
klao@687
    15
 */
klao@687
    16
klao@687
    17
#ifndef HUGO_TEMPLATE_H
klao@687
    18
#define HUGO_TEMPLATE_H
klao@687
    19
klao@687
    20
#endif // HUGO_TEMPLATE_H